Пример #1
0
 private bool DispatchPacket(NetPacketV1 pkt)
 {
     if (pkt.getTime() > 0)
     {
         this.lastServerPacketId = pkt.getTime();
     }
     return(Singleton <NotifyManager> .Instance.FireNotify(new Notify(NotifyTypes.NetwrokPacket, pkt)));
 }