Initial startgame call

This commit is contained in:
RochesterX
2025-02-28 13:17:06 -05:00
parent b21efcd1eb
commit 587e254764
3 changed files with 196 additions and 2 deletions

View File

@@ -3,6 +3,11 @@ using UnityEngine;
public class GameManager : MonoBehaviour
{
private void Start()
{
StartGame();
}
public void StartGame()
{
if (gameMode == GameMode.freeForAll)