public void UnRegisterProp(EnergyProp prop) { props.Remove(prop); }
public void RegisterProp(EnergyProp prop) { props.Add(prop); }