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