Exemple #1
0
 protected virtual void OnRoomBlockMessage(DanMuListenerRoomBlockEventArgs e)
 {
     if (RoomBlockMessage != null)
     {
         RoomBlockMessage(this, e);
     }
 }
Exemple #2
0
 protected virtual void OnRoomBlockInto(DanMuListenerRoomBlockEventArgs e)
 {
     if (RoomBlockInto != null)
     {
         RoomBlockInto(this, e);
     }
 }