SRDebugEditorPaths.cs 418 B

1234567891011
  1. namespace SRDebugger.Editor
  2. {
  3. static class SRDebugEditorPaths
  4. {
  5. public const string EditorLogoPath = "UI/Sprites/Default/Logo.psd";
  6. public const string SettingsMenuItemPath = "Window/SRDebugger/Settings Window";
  7. public const string WelcomeItemPath = "Window/SRDebugger/Welcome Guide";
  8. public const string SROptionsMenuItemPath = "Window/SRDebugger/SROptions Window";
  9. }
  10. }