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