无Linq
保存数据时忽略null/默认值
通过服务器控制台运行时固定的 “区域” 控制台命令
添加了 “zone_list” 控制台命令
添加了以下接受集合参数的非分配API方法
(void) GetPlayerZoneIDsNoAlloc(BasePlayer播放器,List<string> list)
(void) GetEntityZoneIDsNoAlloc(BaseEntity实体,List<string> 列表)
(void) GetZoneIDsNoAlloc(List<string> list)
(void) GetPlayersInZoneNoAlloc(string zoneID, List<BasePlayer> list)
(void) GetEntitiesInZoneNoAlloc(string zoneId, List<BaseEntity> list)
添加了以下API方法来批量创建区域
(void) CreateOrUpdateZones(List<(string, string[], Vector3)> zones, List<bool> results = null)
添加了以下API方法批量删除区域
(void) EraseZones(List<string> zoneIds, List<bool> results = null)