Esempio n. 1
0
 public void Clear()
 {
     packets      = new List <PacketData>();
     packetmap    = new Dictionary <int, int>();
     movemap      = new Dictionary <int, List <int> >();
     currentMove  = 0;
     lastPacketId = 0;
     notifSender.Clear();
     forceUpdate = false;
 }