コード例 #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();
 }