Exemple #1
0
 protected override void OnInitialize(IGameContext context)
 {
     IntroductionState = new MakeFriendsIntroductionState(this);
     QuestionState     = new MakeFriendsQuestionState(this);
     PlayState         = new MakeFriendsPlayState(this);
     ResultState       = new MakeFriendsResultState(this);
 }