Example #1
0
    private void Awake()
    {
        Context = new GameManeContext();
        View.SetContext(Context);

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