From f593891db65ac0faf775cd6b393460c6c917cd33 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 11 Apr 2022 19:15:08 +0800 Subject: *misc --- AlienSurvival/Assets/Test/Scripts/TestRobot1.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 AlienSurvival/Assets/Test/Scripts/TestRobot1.cs (limited to 'AlienSurvival/Assets/Test/Scripts/TestRobot1.cs') diff --git a/AlienSurvival/Assets/Test/Scripts/TestRobot1.cs b/AlienSurvival/Assets/Test/Scripts/TestRobot1.cs new file mode 100644 index 0000000..b8f8366 --- /dev/null +++ b/AlienSurvival/Assets/Test/Scripts/TestRobot1.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TestRobot1 : MonoBehaviour +{ + public Transform shadow; + + public float z; // fake height + + public AnimationCurve curve; + + private void Update() + { + + } + +} -- cgit v1.1-26-g67d0