mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
Update MetaTagsAttribute.cs
This commit is contained in:
parent
f7fb996ffc
commit
4d173dd857
@ -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];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user