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