示例#1
0
 public Fireball(BCBlockGameState currstate, PointF Location, SizeF ObjectSize, float initialspeed)
     : base(Location, ObjectSize, BCBlockGameState.Imageman.getImageFrames("fireball"))
 {
     Velocity = currstate.AimAtPaddle( Location, initialspeed);
 }