コード例 #1
0
ファイル: Player_StatusLogic.cs プロジェクト: Umut93/BoldQuiz
 public Player_StatusLogic()
 {
     Room_LevelsLogic = new Room_LevelsLogic();
 }
コード例 #2
0
ファイル: RoomLogic.cs プロジェクト: Umut93/BoldQuiz
 //Instantiating the classes and repository classes
 public RoomLogic()
 {
     room_LevelsLogic = new Room_LevelsLogic();
     sectionLogic     = new SectionLogic();
     levelLogic       = new LevelLogic();
 }