diff options
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs')
-rw-r--r-- | modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs deleted file mode 100644 index 345a472185..0000000000 --- a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace GodotTools -{ - public static class ApiAssemblyNames - { - public const string SolutionName = "GodotSharp"; - public const string Core = "GodotSharp"; - public const string Editor = "GodotSharpEditor"; - } - - public enum ApiAssemblyType - { - Core, - Editor - } -} |