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