更新资产
This commit is contained in:
@@ -26,6 +26,19 @@ namespace R
|
||||
public const string unityengine_coremodule_dll_bytes = "Android_UnityEngine.CoreModule.dll";
|
||||
public const string yooasset_dll_bytes = "Android_YooAsset.dll";
|
||||
}
|
||||
public static class webgl
|
||||
{
|
||||
public const string com_stary_evo_runtime_dll_bytes = "WebGL_com.stary.evo.runtime.dll";
|
||||
public const string com_staryevo_tools_runtime_dll_bytes = "WebGL_com.staryevo.tools.runtime.dll";
|
||||
public const string dotween_dll_bytes = "WebGL_DOTween.dll";
|
||||
public const string hotupdate_main_dll_bytes = "WebGL_HotUpdate_Main.dll";
|
||||
public const string hotupdate_main_pdb_bytes = "WebGL_HotUpdate_Main.pdb";
|
||||
public const string mscorlib_dll_bytes = "WebGL_mscorlib.dll";
|
||||
public const string system_core_dll_bytes = "WebGL_System.Core.dll";
|
||||
public const string unitask_dll_bytes = "WebGL_UniTask.dll";
|
||||
public const string unityengine_coremodule_dll_bytes = "WebGL_UnityEngine.CoreModule.dll";
|
||||
public const string yooasset_dll_bytes = "WebGL_YooAsset.dll";
|
||||
}
|
||||
}
|
||||
public static class prefabs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user