Ejemplo n.º 1
0
 void Awake()
 {
     Application.targetFrameRate = 60;
     // todo this is set from main menu before the leve loads
     NewGameInfo = new NewGameInitInfo(localPlayerNumber: 1, nextUpPlayer: 1);
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Application.targetFrameRate = 60;
     // todo this is set from main menu before the leve loads
     NewGameInfo = new NewGameInitInfo(localPlayerNumber: 1, nextUpPlayer: 1);
 }