浏览代码

Set default name

/main
Thomas ICHÉ 5 年前
当前提交
f9b26fe1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      Runtime/LevelScripting/Logic/EditorOnlyLogic.cs

5
Runtime/LevelScripting/Logic/EditorOnlyLogic.cs


break;
}
}
public override string GetDefaultName()
{
return $"If {ExecutionPath} {(DisableOnPlayFromHere? "(Not Play From Here)":"")}" ;
}
}
}
正在加载...
取消
保存