diff --git a/ScriptCore/Editor/EditorFlags.cs b/ScriptCore/Editor/EditorFlags.cs index 1181160..a9e4e75 100644 --- a/ScriptCore/Editor/EditorFlags.cs +++ b/ScriptCore/Editor/EditorFlags.cs @@ -1,8 +1,11 @@ -namespace GlitchyEngine.Editor; +using System; + +namespace GlitchyEngine.Editor; /// /// Flags to controls the visibility of the entity in the editor and how it can be interacted with for editing. /// +[Flags] public enum EditorFlags : byte { ///