From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
Core/GameEngine/Login/LaunchPostProcess.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Core/GameEngine/Login/LaunchPostProcess.cs b/Core/GameEngine/Login/LaunchPostProcess.cs
index 6d213ce..30f2d60 100644
--- a/Core/GameEngine/Login/LaunchPostProcess.cs
+++ b/Core/GameEngine/Login/LaunchPostProcess.cs
@@ -4,7 +4,7 @@
using Snxxz.UI;
using System;
-[XLua.LuaCallCSharp]
+
public class LaunchPostProcess : SingletonMonobehaviour<LaunchPostProcess>
{
@@ -38,7 +38,6 @@
NewBieCenter.Instance.Init();
ClientDungeonStageUtility.Init();
TipPanel.Instance.Initialize();
- CSharpCallLua.LaunchPostProcess();
if (Application.isMobilePlatform)
{
--
Gitblit v1.8.0