コード例 #1
0
ファイル: Starfield.cs プロジェクト: espenja/spacemas
 public void RemoveStar(Star star)
 {
     ToBeRemoved.Add(star);
     addNewStar();
 }