コード例 #1
0
 public Taunt(Sol player)
 {
     _Player = player;
 }
コード例 #2
0
 public Twist(Sol player)
 {
     _Player = player;
 }
コード例 #3
0
 public BWalk(Sol player)
 {
     _Player = player;
 }
コード例 #4
0
 public Sweep(Sol player)
 {
     _Player = player;
 }
コード例 #5
0
 public Idle(Sol player)
 {
     _Player = player;
 }