Files
Learning-UnityNGO/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs
T
2026-06-17 20:44:53 +03:00

7 lines
135 B
C#

namespace SingularityGroup.HotReload.Editor {
enum ShowOnStartupEnum {
Always,
OnNewVersion,
Never,
}
}