Example #1
0
 public EntityProcessingSystem( Matcher matcher )
     : base(matcher)
 {
 }
Example #2
0
 public EntitySystem( Matcher matcher )
 {
     _matcher = matcher;
 }
Example #3
0
 public EntityProcessingSystem(Matcher matcher) : base(matcher)
 {
 }
Example #4
0
 public EntitySystem()
 {
     _matcher = Matcher.empty();
 }