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:
absences 2024-10-12 15:18:25 +08:00 committed by GitHub
parent a35ef24071
commit 94cdfdb46a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ using UnityEngine;
namespace WeChatWASM
{
#if UNITY_EDITOR
public class WXRuntimeExtDef
{
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
@ -129,5 +130,5 @@ namespace WeChatWASM
});
}
}
#endif
}