示例#1
0
 public static void MoteTracerMaintenanceRemoval(this CompDecorate comp)
 {
     comp.LivingMotes.RemoveAll(MT => MT.MoteIsDead());
 }