From 1cce3d12abd2f56cac73ecb2cce6c437c5bb8756 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 16 Jul 2023 17:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/RunTimeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/RunTimeController.cs b/Controller/RunTimeController.cs index cd6610d..b7c5e1c 100644 --- a/Controller/RunTimeController.cs +++ b/Controller/RunTimeController.cs @@ -93,7 +93,7 @@ namespace Milimoe.FunGame.Core.Controller /// /// 客户端需要自行实现自动登录的事务 /// - public abstract void AutoLogin(); + public abstract void AutoLogin(string Username, string Password, string AutoKey); /// /// 关闭所有连接