示例#1
0
文件: Track.cs 项目: Tvde1/OdoriRails
 public void DeleteSector()
 {
     Sectors.RemoveAt(Sectors.Count - 1);
 }