예제 #1
0
파일: GameManager.cs 프로젝트: sunoru/PBO
 void IHostCommand.Execute(IHost host, int userId)
 {
     host.RejectTie(userId);
 }