完善一些提示流程
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using AibisDream.Framework;
|
||||
using AibisDream.Framework;
|
||||
using AibisDream.Kit;
|
||||
using AibisDream.Utility;
|
||||
using DG.Tweening;
|
||||
@@ -102,6 +102,13 @@ namespace AibisDream.FixSystem
|
||||
// 从模块拔出时触发事件
|
||||
EnumEventSystem.Global.Send(EventEnum.PlugOut);
|
||||
_cableSystem.curBodyModule = null;
|
||||
|
||||
// 清除屏幕
|
||||
var screenSystem = FixSystemCenter.SystemDic.Get<ScreenSystem>();
|
||||
if (screenSystem != null)
|
||||
{
|
||||
screenSystem.ClearTextScreen();
|
||||
}
|
||||
}
|
||||
|
||||
_cableSystem.curSocket = null;
|
||||
|
||||
Reference in New Issue
Block a user