Merge branch 'main' of https://github.com/RochesterX/Sophomore-Project
This commit is contained in:
13
Assets/Scripts/GameManager.cs
Normal file
13
Assets/Scripts/GameManager.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class GameManager : MonoBehaviour
|
||||
{
|
||||
public enum GameMode
|
||||
{
|
||||
freeForAll,
|
||||
keepAway,
|
||||
obstacleCourse
|
||||
}
|
||||
|
||||
public static GameMode gameMode = GameMode.freeForAll;
|
||||
}
|
||||
Reference in New Issue
Block a user