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