예제 #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();
 }