示例#1
0
 public Fighter(ActGame game, Rectangle ValidRect, Bullet template, RegisterBulletFunc RegisterBullet)
 {
     this.ValidRect      = ValidRect;
     this.game           = game;
     this.template       = template;
     this.RegisterBullet = RegisterBullet;
 }
示例#2
0
 public Fighter(ActGame game, Rectangle ValidRect, Bullet template, RegisterBulletFunc RegisterBullet)
 {
     this.ValidRect = ValidRect;
     this.game = game;
     this.template = template;
     this.RegisterBullet = RegisterBullet;
 }