示例#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();
 }