Ejemplo n.º 1
0
	public PlayGameInstance (PlaySceneController pSC)
	{
		this.pSC = pSC;
		INSTANCE = this;
		GameState.Init();
	}
Ejemplo n.º 2
0
 public PlayGameInstance(PlaySceneController pSC)
 {
     this.pSC = pSC;
     INSTANCE = this;
     GameState.Init();
 }