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