Inheritance: Entity, InputHandler
示例#1
0
 public override void Activate(Player e)
 {
     Game1.superJumpActive = true;
 }
示例#2
0
文件: Powerup.cs 项目: sgdc/sgdc-old
 public abstract void Activate(Player e);