gamemodes update
This commit is contained in:
@@ -1,8 +1,22 @@
|
|||||||
|
<<<<<<< Updated upstream
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
=======
|
||||||
|
using Unity.VisualScripting;
|
||||||
|
>>>>>>> Stashed changes
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
public class GameManager : MonoBehaviour
|
public class GameManager : MonoBehaviour
|
||||||
{
|
{
|
||||||
|
public startGame
|
||||||
|
{
|
||||||
|
if GameMode = GameMode.freeForAll(
|
||||||
|
Start freeForAll)
|
||||||
|
if GameMode = GameMode.freeForAll(
|
||||||
|
Start freeForAll)
|
||||||
|
if GameMode = GameMode.freeForAll(
|
||||||
|
Start freeForAll);
|
||||||
|
}
|
||||||
|
|
||||||
public enum GameMode
|
public enum GameMode
|
||||||
{
|
{
|
||||||
freeForAll,
|
freeForAll,
|
||||||
|
|||||||
Reference in New Issue
Block a user