コード例 #1
0
ファイル: GameManager.cs プロジェクト: sunoru/PBO
 void IHostCommand.Execute(IHost host, int userId)
 {
     host.RejectTie(userId);
 }