예제 #1
0
 public void RestartCurrentRoom(RoomTransitionKind transitionKind)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void GoToRoom(GameRoom room, RoomTransitionKind transitionKind)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void GoToNextRoom(RoomTransitionKind transitionKind)
 {
     throw new NotImplementedException();
 }