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