diff options
Diffstat (limited to 'GameCode/SetStateWhenMacOSX.cs')
| -rw-r--r-- | GameCode/SetStateWhenMacOSX.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/GameCode/SetStateWhenMacOSX.cs b/GameCode/SetStateWhenMacOSX.cs deleted file mode 100644 index 6db5d60..0000000 --- a/GameCode/SetStateWhenMacOSX.cs +++ /dev/null @@ -1,13 +0,0 @@ -using UnityEngine; - -public class SetStateWhenMacOSX : MonoBehaviour -{ - public bool activeOnMacOSX; - - public bool activeElsewhere; - - private void Awake() - { - base.gameObject.SetActive(activeElsewhere); - } -} |
