// Use this for initialization void Start() { creator = GetComponent <GameCreator> (); playerCount = 2; isAxisInUse = false; }
// Use this for initialization void Start() { creator = GetComponent<GameCreator> (); playerCount = 2; isAxisInUse = false; }