Ejemplo n.º 1
0
    private void Awake()
    {
        Context = new GameManeContext();
        View.SetContext(Context);

        Context.GoToState(StateType.Game);
    }
Ejemplo n.º 2
0
 public GameContext(GameManeContext mainContext)
 {
     gameManeContext = mainContext;
 }
Ejemplo n.º 3
0
 public FinishContext(GameManeContext mainContext)
 {
     gameManeContext = mainContext;
 }