示例#1
0
 public Player_StatusLogic()
 {
     Room_LevelsLogic = new Room_LevelsLogic();
 }
示例#2
0
 //Instantiating the classes and repository classes
 public RoomLogic()
 {
     room_LevelsLogic = new Room_LevelsLogic();
     sectionLogic     = new SectionLogic();
     levelLogic       = new LevelLogic();
 }