public void UnRegisterForce(AForce force) { this.forces.Remove(force); }
public void RegisterForce(AForce force) { this.forces.Add(force); }