From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/GMCommand/GMCmdModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/GMCommand/GMCmdModel.cs b/System/GMCommand/GMCmdModel.cs
index aabbe9b..1395bb4 100644
--- a/System/GMCommand/GMCmdModel.cs
+++ b/System/GMCommand/GMCmdModel.cs
@@ -4,7 +4,7 @@
using System.Text;
using System;
-[XLua.LuaCallCSharp]
+
public class GMCmdModel : Model
{
public const string Record_CmdKey = "Record_CmdKey";
--
Gitblit v1.8.0