XmdsMapBlock.cs 295 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace XmdsCommon.Plugin
  6. {
  7. /// <summary>
  8. /// 地图块功能定义
  9. /// </summary>
  10. public class XmdsMapBlock
  11. {
  12. public const int BLOCK_VALUE_SAFE = -8355712;
  13. }
  14. }