54 lines
1.2 KiB
C#
54 lines
1.2 KiB
C#
namespace R
|
|
{
|
|
public class Res
|
|
{
|
|
public class Test
|
|
{
|
|
public static class audios
|
|
{
|
|
}
|
|
public static class config
|
|
{
|
|
public const string domainconfig_asset = "Config_DomainConfig";
|
|
public const string uiconfig_asset = "Config_UIConfig";
|
|
}
|
|
public static class dll
|
|
{
|
|
public static class android
|
|
{
|
|
public const string hotupdate_test_dll_bytes = "Android_HotUpdate_Test.dll";
|
|
public const string hotupdate_test_pdb_bytes = "Android_HotUpdate_Test.pdb";
|
|
}
|
|
}
|
|
public static class prefabs
|
|
{
|
|
public const string test_prefab = "Prefabs_Test";
|
|
public static class uiloadingview
|
|
{
|
|
public const string uiloadingview_prefab = "UILoadingView_UILoadingView";
|
|
}
|
|
public static class uiloginview
|
|
{
|
|
public const string uiloginview_prefab = "UILoginView_UILoginView";
|
|
public const string uitestview_prefab = "UILoginView_UITestView";
|
|
}
|
|
public static class uimessagebox
|
|
{
|
|
public const string uimessageboxview_prefab = "UIMessageBox_UIMessageBoxView";
|
|
}
|
|
}
|
|
public static class scenes
|
|
{
|
|
}
|
|
public static class spriteatlas
|
|
{
|
|
}
|
|
public static class sprites
|
|
{
|
|
}
|
|
public static class video
|
|
{
|
|
}
|
|
}
|
|
}
|
|
} |