合并
This commit is contained in:
@@ -64,6 +64,7 @@ namespace AibisDream.FixSystem
|
||||
{
|
||||
// 插入模块时触发插入事件
|
||||
EnumEventSystem.Global.Send(EventEnum.PlugIn);
|
||||
_cableSystem.curBodyModule = bodyModule;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,6 +84,7 @@ namespace AibisDream.FixSystem
|
||||
{
|
||||
// 从模块拔出时触发事件
|
||||
EnumEventSystem.Global.Send(EventEnum.PlugOut);
|
||||
_cableSystem.curBodyModule = null;
|
||||
}
|
||||
|
||||
_cableSystem.curSocket = null;
|
||||
|
||||
Reference in New Issue
Block a user