Exemplo n.º 1
0
 public void RemoveGhost(TNLConnection conn)
 {
     Ghosts.Remove(conn.GetPlayerCOID());
 }
Exemplo n.º 2
0
 public void AddGhost(TNLConnection conn, NetObject ghost)
 {
     Ghosts.Add(conn.GetPlayerCOID(), ghost);
 }