diff --git a/src/Consts.cs b/src/Consts.cs index e0b1600..332702b 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -36,6 +36,7 @@ public const string COMPONENTS_GROUP = "Components"; public const string SYSTEMS_GROUP = "Systems"; + public const string MODULES_GROUP = "Modules"; } public static class EcsDefines