Mission node is no longer an EditorTool

This commit is contained in:
Jarrod Doyle 2024-08-10 11:56:36 +01:00
parent ad359ba656
commit 9ef3a17e97
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
using Godot;
using Godot.NativeInterop;
using KeepersCompound.LGS;
using KeepersCompound.LGS.Database;
using KeepersCompound.LGS.Database.Chunks;
@ -11,7 +10,6 @@ using System.IO;
namespace KeepersCompound;
[Tool]
public partial class Mission : Node3D
{
[Export(PropertyHint.GlobalFile, "*.mis")]