diff options
Diffstat (limited to 'GameCode/DisableOnStart.cs')
| -rw-r--r-- | GameCode/DisableOnStart.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/GameCode/DisableOnStart.cs b/GameCode/DisableOnStart.cs deleted file mode 100644 index 2a38cf4..0000000 --- a/GameCode/DisableOnStart.cs +++ /dev/null @@ -1,9 +0,0 @@ -using UnityEngine; - -public class DisableOnStart : MonoBehaviour -{ - private void Start() - { - base.gameObject.SetActive(value: false); - } -} |
