public LaunchSnowballCommand(RemotePenguinSnowballThrower thrower, Vector3 velocity)
 {
     this.thrower  = thrower;
     this.velocity = velocity;
 }
 public ChargeSnowballCommand(RemotePenguinSnowballThrower thrower)
 {
     this.thrower = thrower;
 }