예제 #1
0
 /// <summary>
 /// Sets the right arm that the player fires from
 /// </summary>
 /// <param name="arm">Arm.</param>
 public void setRightArm(Weapon arm)
 {
     rightArm = arm;
 }
예제 #2
0
 /// <summary>
 /// Sets the left arm that the player fires from
 /// </summary>
 /// <param name="arm">Arm.</param>
 public void setLeftArm(Weapon arm)
 {
     leftArm = arm;
 }