コード例 #1
0
ファイル: PlayerSet.cs プロジェクト: Quarterback16/Tycoon.API
 public void Add(Starter anotherPlayer)
 {
     Players.Add(anotherPlayer);
 }