1
This commit is contained in:
54
Assets/Domain/Test/HotUpdate/Res.cs
Normal file
54
Assets/Domain/Test/HotUpdate/Res.cs
Normal file
@@ -0,0 +1,54 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user