IntervalEntitySystem constructor
Create an IntervalEntitySystem with the specified interval
and
aspect
.
Implementation
IntervalEntitySystem(this.interval, Aspect aspect) : super(aspect);
Create an IntervalEntitySystem with the specified interval
and
aspect
.
IntervalEntitySystem(this.interval, Aspect aspect) : super(aspect);