mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 12:24:34 +08:00
update
This commit is contained in:
parent
9dd3a971eb
commit
94a05d7226
@ -114,10 +114,10 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
private readonly struct FieldRecord
|
||||
{
|
||||
public readonly IEcsSystem target;
|
||||
public readonly IEcsProcess target;
|
||||
public readonly FieldInfo field;
|
||||
public readonly EcsInjectAttribute attribute;
|
||||
public FieldRecord(IEcsSystem target, FieldInfo field, EcsInjectAttribute attribute)
|
||||
public FieldRecord(IEcsProcess target, FieldInfo field, EcsInjectAttribute attribute)
|
||||
{
|
||||
this.target = target;
|
||||
this.field = field;
|
||||
|
Loading…
Reference in New Issue
Block a user