diff options
Diffstat (limited to 'LegLeft.cs')
-rw-r--r-- | LegLeft.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/LegLeft.cs b/LegLeft.cs new file mode 100644 index 0000000..23446b9 --- /dev/null +++ b/LegLeft.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class LegLeft : MonoBehaviour +{ + private void Start() + { + } + + private void Update() + { + } +} |