From d1fc33cb6dd061ce3509fdd56eeec7ac676afd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Mon, 15 Apr 2024 00:02:08 +0200 Subject: [PATCH] ScriptCore: Marked EditorFlags as falgs --- ScriptCore/Editor/EditorFlags.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { ///