//Assign the weapon aiming behaavior for this weapon public void SetAimMethod(IAimMethod method) { this.aimMethod = method; }