Ejemplo n.º 1
0
 internal void EnableGameplayScreen()
 {
     GamePlayManager.GetInstance.IsPlayinGame = true;
     gameplayController.Activate();
 }