예제 #1
0
 public int Attack3()
 {
     return(Acts.Parry());
 }
예제 #2
0
 public int Attack1()
 {
     return(Acts.Stab(this));
 }
예제 #3
0
 public int Attack2()
 {
     return(Acts.Slash(this));
 }
예제 #4
0
 public int Attack1()
 {
     return(Acts.Punch(this));
 }
예제 #5
0
 public int Attack2()
 {
     return(Acts.Grab(this));
 }
예제 #6
0
 public int Attack3()
 {
     return(Acts.DoubleTap(this));
 }
예제 #7
0
 public int Attack2()
 {
     return(Acts.Draw_A_Bead());
 }
예제 #8
0
 public int Attack1()
 {
     return(Acts.Shoot(this));
 }
예제 #9
0
 public int Attack3()
 {
     return(Acts.Guard());
 }
예제 #10
0
 public int Attack1()
 {
     return(Acts.Swing(this));
 }