ConfigTableHelper 类
配置表帮助类
继承成员
命名空间: Fantasy.ConfigTable
程序集: Fantasy.Net.dll
语法
public static class ConfigTableHelper
方法
| 编辑本文 查看源代码Load<T>()
加载配置表数据
声明
public static T Load<T>() where T : ASerialize
返回
类型 | 描述 |
---|---|
T | 配置表数据 |
类型参数
名称 | 描述 |
---|---|
T | 配置表类型 |
ReLoadConfigTable()
重新加载配置表数据
声明
public static void ReLoadConfigTable()