/// <summary> /// Watch an entity, contribute to the count and delete when its their turn /// </summary> public void Watch(ModelEntity ent) { List.Add(ent); Maintain(); }
public void AddProp(ModelEntity prop) { Props.Add(prop); }