From 6f8d4b43f1ea58a1ef1d27d7fc8590b3f3383caf Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 16 Jul 2023 17:01:32 +0800 Subject: [PATCH] =?UTF-8?q?RunTime=E6=B7=BB=E5=8A=A0=E6=8A=BD=E8=B1=A1?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/RunTimeController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Controller/RunTimeController.cs b/Controller/RunTimeController.cs index 1d9ecb2..cd6610d 100644 --- a/Controller/RunTimeController.cs +++ b/Controller/RunTimeController.cs @@ -89,6 +89,11 @@ namespace Milimoe.FunGame.Core.Controller /// /// 连接结果 public abstract ConnectResult Connect(); + + /// + /// 客户端需要自行实现自动登录的事务 + /// + public abstract void AutoLogin(); /// /// 关闭所有连接