Exemplo n.º 1
0
 protected virtual void OnRoomBlockMessage(DanMuListenerRoomBlockEventArgs e)
 {
     if (RoomBlockMessage != null)
     {
         RoomBlockMessage(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnRoomBlockInto(DanMuListenerRoomBlockEventArgs e)
 {
     if (RoomBlockInto != null)
     {
         RoomBlockInto(this, e);
     }
 }