static SplashscreenHandler()
 {
     if (!EditorPrefs.GetBool("Aftermath_NoSplashscreen"))
     {
         SplashscreenWindow.ShowWindow();
     }
 }
 public static void ExecuteMenuItem()
 {
     SplashscreenWindow.ShowWindow();
 }