uplev xlua

This commit is contained in:
2020-08-05 07:08:47 +08:00
parent 52cc2a59aa
commit b3f98bfda1
298 changed files with 444 additions and 250 deletions

2
Assets/XLua/Src/StaticLuaCallbacks.cs Executable file → Normal file
View File

@@ -636,7 +636,7 @@ namespace XLua
}
#endif
#if !UNITY_SWITCH || UNITY_EDITOR
#if (!UNITY_SWITCH && !UNITY_WEBGL) || UNITY_EDITOR
[MonoPInvokeCallback(typeof(LuaCSFunction))]
internal static int LoadSocketCore(RealStatePtr L)
{