コード例 #1
0
 public LaunchSnowballCommand(RemotePenguinSnowballThrower thrower, Vector3 velocity)
 {
     this.thrower  = thrower;
     this.velocity = velocity;
 }
コード例 #2
0
 public ChargeSnowballCommand(RemotePenguinSnowballThrower thrower)
 {
     this.thrower = thrower;
 }