Exemplo n.º 1
0
 public static void MoteTracerMaintenanceRemoval(this CompDecorate comp)
 {
     comp.LivingMotes.RemoveAll(MT => MT.MoteIsDead());
 }