Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -102,6 +102,17 @@ namespace Ichni.Editor
|
||||
|
||||
return c;
|
||||
}
|
||||
public void ExecuteOrSelect()
|
||||
{
|
||||
if (EditorManager.instance.uiManager.hierarchy.NeedExecute)
|
||||
{
|
||||
EditorManager.instance.uiManager.hierarchy.upLoadElement = connectedGameElement;
|
||||
}
|
||||
else
|
||||
{
|
||||
SelectGameElement();
|
||||
}
|
||||
}
|
||||
|
||||
public void SelectGameElement()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user