コード例 #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));
 }