diff --git a/UnnamedFishProject/Assets/Scripts/PutInPlace.cs b/UnnamedFishProject/Assets/Scripts/PutInPlace.cs new file mode 100644 index 0000000..f8cef7c --- /dev/null +++ b/UnnamedFishProject/Assets/Scripts/PutInPlace.cs @@ -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() + { + + } +} diff --git a/UnnamedFishProject/Assets/Scripts/PutInPlace.cs.meta b/UnnamedFishProject/Assets/Scripts/PutInPlace.cs.meta new file mode 100644 index 0000000..a4a61a3 --- /dev/null +++ b/UnnamedFishProject/Assets/Scripts/PutInPlace.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: c9abe543b11ffd848a05bfacb99512fb \ No newline at end of file