예제 #1
0
 public void Broadcast(string type, Object obj)
 {
     if (this.IsRobot == false)
     {
         RoomEventDispatcher.DispatchEvent(type, obj);
     }
 }
예제 #2
0
 public void Broadcast(string type, BattlePlayer player, Object obj)
 {
     RoomEventDispatcher.DispatchEvent(type, obj);
 }