コード例 #1
0
ファイル: RoomController.cs プロジェクト: gyyfifafans/PBO
 public void Quit()
 {
     _Client.Send(SetSeatC2S.LeaveRoom());
 }