Files
RebootKit/Editor/REditorConsts.cs
2025-04-14 23:22:38 +02:00

5 lines
135 B
C#

namespace RebootKitEditor {
static class REditorConsts {
internal const string k_EditorMenu = "Reboot Reality/";
}
}