This commit is contained in:
parent
c37ff27b72
commit
f0a4772100
|
|
@ -47,10 +47,15 @@ namespace ToolsPack
|
||||||
if (MotionEngine.GetModule<ToolsPackManager>().GetToolsPackScene() == ToolsPackScene.工具间)
|
if (MotionEngine.GetModule<ToolsPackManager>().GetToolsPackScene() == ToolsPackScene.工具间)
|
||||||
{
|
{
|
||||||
bool b = MotionEngine.GetModule<AnimationProcessManager>().HandleClick(this.gameObject.name);
|
bool b = MotionEngine.GetModule<AnimationProcessManager>().HandleClick(this.gameObject.name);
|
||||||
if (IsClick)
|
|
||||||
MotionEngine.GetModule<ToolsPackManager>().AddToolsPack(this.name, this.gameObject);
|
|
||||||
if (b)
|
if (b)
|
||||||
|
{
|
||||||
|
if (IsClick)
|
||||||
|
MotionEngine.GetModule<ToolsPackManager>().AddToolsPack(this.name, this.gameObject);
|
||||||
this.gameObject.SetActive(false);
|
this.gameObject.SetActive(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2024-07-19 16:52:07#'ydcj://;cb,1,47,userId,username,token,90,-1,-1,http://172.16.1.127:9206;'|
|
2024-07-19 16:52:07#'ydcj://;cb,2,47,userId,username,token,90,-1,-1,http://172.16.1.127:9206;'|
|
||||||
Loading…
Reference in New Issue