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