Update MetaTagsAttribute.cs

This commit is contained in:
Mikhail 2024-06-08 02:10:03 +08:00
parent f7fb996ffc
commit 4d173dd857

View File

@ -28,7 +28,6 @@ namespace DCFApixels.DragonECS
public readonly ref struct MetaTags public readonly ref struct MetaTags
{ {
public const string HIDDEN = EcsConsts.META_HIDDEN_TAG; public const string HIDDEN = EcsConsts.META_HIDDEN_TAG;
//private static string[] _tags = new string[64];
private static string[] _tags = new string[64];
} }
} }