mirror of
https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git
synced 2025-11-13 11:45:55 +08:00
fix error
Assets\WX-WASM-SDK-V2\Runtime\WXRuntimeExtDef.cs(20,13): error CS0103: The name 'WXRuntimeExtEnvDef' does not exist in the current context
This commit is contained in:
parent
a35ef24071
commit
94cdfdb46a
@ -5,6 +5,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace WeChatWASM
|
namespace WeChatWASM
|
||||||
{
|
{
|
||||||
|
#if UNITY_EDITOR
|
||||||
public class WXRuntimeExtDef
|
public class WXRuntimeExtDef
|
||||||
{
|
{
|
||||||
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
|
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
|
||||||
@ -129,5 +130,5 @@ namespace WeChatWASM
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user