Neues Script angelegt
This commit is contained in:
16
UnnamedFishProject/Assets/Scripts/PutInPlace.cs
Normal file
16
UnnamedFishProject/Assets/Scripts/PutInPlace.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PutInPlace : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
2
UnnamedFishProject/Assets/Scripts/PutInPlace.cs.meta
Normal file
2
UnnamedFishProject/Assets/Scripts/PutInPlace.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c9abe543b11ffd848a05bfacb99512fb
|
Reference in New Issue
Block a user