Skip to content

Commit

Permalink
remove unnecessary property
Browse files Browse the repository at this point in the history
  • Loading branch information
sicusa committed Mar 30, 2024
1 parent e67f3b4 commit 2945c36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sia.Reactors/Aggregator/Aggregator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ namespace Sia.Reactors;
public abstract class AggregatorBase<TId> : ReactorBase<TypeUnion<Sid<TId>>>
where TId : notnull, IEquatable<TId>
{
public bool AutoCreateAggregation { get; set; } = false;

[AllowNull]
private IReactiveEntityQuery _aggregationQuery;
private readonly Dictionary<TId, EntityRef> _aggrs = [];
Expand Down

0 comments on commit 2945c36

Please sign in to comment.