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

@@ -346,7 +346,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!114 &804358385
MonoBehaviour:
m_ObjectHideFlags: 0

View File

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