Esempio n. 1
0
 public static BroadcastEventArgs CreateAction(BroadcastAction actionType, WorldObject sender)
 {
     return(new BroadcastEventArgs()
     {
         ActionType = actionType,
         Sender = sender
     });
 }
Esempio n. 2
0
 public void BroadcastReceived(FunctionCode functionCode, BroadcastAction action)
 {
 }