public ShadowSystem() { Filter.AllOf(typeof(ComponentCastShadow)); }
public FireParticles() { Filter.AllOf(typeof(ComponentFlammable)); }
public RevealProcessor() { Filter.AllOf(typeof(ComponentRevealMap)); }
public CircleMenuRenderer() { Filter.AllOf(typeof(CircleMenu), typeof(ComponentInventory)); }