using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace XmdsCommon.Plugin { /// /// 地图块功能定义 /// public class XmdsMapBlock { public const int BLOCK_VALUE_SAFE = -8355712; } }