namespace CMSGame { /// /// 2D 战场 /// public class BattleField { /// 战场宽度 public int Width = 20; /// 战场长度 public int Length = 100; } }