public void RemoveBehaviour(ITurretBehaviour behaviour) { behaviours.Remove(behaviour); }
public void AddBehaviour(ITurretBehaviour behaviour) { behaviours.Add(behaviour); behaviour.InitializeBehaviour(); }