コード例 #1
0
ファイル: TNLInterface.cs プロジェクト: 4ptiv4/GenesisSharp
 public void RemoveGhost(TNLConnection conn)
 {
     Ghosts.Remove(conn.GetPlayerCOID());
 }
コード例 #2
0
ファイル: TNLInterface.cs プロジェクト: 4ptiv4/GenesisSharp
 public void AddGhost(TNLConnection conn, NetObject ghost)
 {
     Ghosts.Add(conn.GetPlayerCOID(), ghost);
 }