コード例 #1
0
ファイル: Track.cs プロジェクト: Tvde1/OdoriRails
 public void DeleteSector()
 {
     Sectors.RemoveAt(Sectors.Count - 1);
 }