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