From db44a6e164c2072a6526bb4e588e7590df4e08c4 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 11 May 2021 20:13:09 +0800 Subject: *rename --- .../CustomBaking/Editor/CustomBakingEditor.cs | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs') diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs deleted file mode 100644 index 5d9e434..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityEditor; - -namespace CustomBaking -{ - - public static class CustomBakingMenu - { - [MenuItem("CustomBaking/Open Window")] - static void OpenCustomBaking() - { - - } - - [MenuItem("CustomBaking/Help")] - static void Help() - { - - } - - [MenuItem("CustomBaking/About")] - static void About() - { - - } - } - - public class CustomBakingEditor : EditorWindow - { - - - public void OnGUI() - { - - } - - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0