Exemplo n.º 1
0
 public void Initialize()
 {
     velocityBonusTotalTime = new TimeSpan(0, 0, bonusVelocityDuration);
     this.HP         = this.fullHP;
     playerAnimation = new PlayerAnimation(this);
     Jumper          = new JumpManager(this);
 }
Exemplo n.º 2
0
 public JumpingEnemy()
 {
     Jumper = new JumpManager(this);
 }