-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAssetsName.cs
More file actions
21 lines (21 loc) · 783 Bytes
/
AssetsName.cs
File metadata and controls
21 lines (21 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 该文件由工具自动生成,请勿手动修改
public static class AssetsName
{
public static class TestTools
{
public const string TESTTOOLS_PREFABSHOWLOGTOSCREEN = "TestTools_PrefabShowLogToScreen";
public const string TESTTOOLS_TESTOBJ = "TestTools_TestObj";
}
public static class HotUpdateDlls
{
public const string LUBAN_RUNTIME_DLL = "Luban.Runtime.dll";
public const string MSCORLIB_DLL = "mscorlib.dll";
public const string ASSEMBLY_CSHARP_DLL = "Assembly-CSharp.dll";
public const string HOTUPDATE_DLL = "HotUpdate.dll";
}
public static class Tables
{
public const string DEMO_TBREWARD = "demo_tbreward";
public const string ITEM_TBITEM = "item_tbitem";
}
}