public ShadowSystem()
 {
     Filter.AllOf(typeof(ComponentCastShadow));
 }
Exemple #2
0
 public FireParticles()
 {
     Filter.AllOf(typeof(ComponentFlammable));
 }
Exemple #3
0
 public RevealProcessor()
 {
     Filter.AllOf(typeof(ComponentRevealMap));
 }
Exemple #4
0
 public CircleMenuRenderer()
 {
     Filter.AllOf(typeof(CircleMenu), typeof(ComponentInventory));
 }