working
This commit is contained in:
parent
4e91f448c9
commit
1b2611e5a9
90 changed files with 7029 additions and 2762 deletions
|
@ -8,7 +8,7 @@ public class StartGame : MonoBehaviour
|
|||
|
||||
public void Starting()
|
||||
{
|
||||
BasedGameManager.Instance.StartFightForAll();
|
||||
GameManager.Instance.StartFightForAll();
|
||||
GameUI.SetActive(true);
|
||||
GameUI.GetComponent<GameUI>().timerActive = true;
|
||||
ShopUI.SetActive(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue