mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2026-04-21 23:15:54 +08:00
update meta
This commit is contained in:
parent
bdfd645b69
commit
ad2c774bf2
@ -2,11 +2,15 @@
|
|||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
using DCFApixels.DragonECS.AutoInjections;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
public static class AutoInjectSystemExtensions
|
public static class AutoInjectSystemExtensions
|
||||||
{
|
{
|
||||||
[MetaColor(MetaColor.DragonCyan)]
|
[MetaColor(MetaColor.DragonCyan)]
|
||||||
|
[MetaTags(MetaTags.HIDDEN)]
|
||||||
|
[MetaGroup(EcsAutoInjectionsConsts.PACK_GROUP, EcsConsts.MODULES_GROUP)]
|
||||||
public class AutoInjectModule : IEcsModule
|
public class AutoInjectModule : IEcsModule
|
||||||
{
|
{
|
||||||
public bool isAgressiveInjection;
|
public bool isAgressiveInjection;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user