luban/src/Luban.Job.Cfg/Source/DataCreators
walon 657bd19c77 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00
..
DataCreateException.cs 【重构】使用vs内置工具进行代码清理 2021-09-01 11:30:56 +08:00
ExcelStreamDataCreator.cs 【调整】移除对简单容器类型如"list,int"之类自动sep的支持,简化规则 2022-02-10 11:26:45 +08:00
InvalidExcelDataException.cs 【特性】支持为容器类型自身及key,value类型单独指定属性(例如 map,(int&ref=test),(int&path=unity)&tag_of_map=xxx) 2021-10-24 20:07:32 +08:00
JsonDataCreator.cs 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00
LuaDataCreator.cs 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00
SheetDataCreator.cs 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00
StringDataCreator.cs 【重构】重构excel解析代码及将field上的属性移到type 2021-10-14 19:52:30 +08:00
UnityAssetDataCreator.cs 【特性】新增unity ScriptableObject asset数据源支持 2021-12-18 13:36:21 +08:00
XmlDataCreator.cs 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00
YamlDataCreator.cs 【调整】【重大】将配置中的多态类型字段由统一的__type__改成 excel优先$type,json优先$type,xml优先type,lua优先_type_,如果找不到再找默认__type__。 2022-02-12 13:23:26 +08:00