Skip to content

Commit

Permalink
Update ECTComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
knowlife4 committed Mar 9, 2023
1 parent defccd4 commit af513ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECT/Assets/Runtime/ECTComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public virtual IEnumerable<IComponent> GetComponentsRecursively()
yield return this;
}

protected static ValidateReferences(params object[] references) => ECTValidation.ValidateReferences(references);
protected static IValidation ValidateReferences(params object[] references) => ECTValidation.ValidateReferences(references);

public abstract class System<TComponent> : ECTSystem<TRoot, TParent, TComponent, ECTSystemData> where TComponent : class, IComponent { }

Expand Down

0 comments on commit af513ed

Please sign in to comment.