C# Class Shooter.Controls.OverCharged

Inheritance: Skill
Show file Open project: JoeyTheAsian/Just-Force Class Usage Examples

Protected Properties

Property Type Description
player Shooter.Entities.Character
prevHp int

Public Methods

Method Description
ActivateSkill ( ) : void
DeactivateSkill ( ) : void
OverCharged ( Microsoft.Xna.Framework.Content.ContentManager content, Character p ) : Microsoft.Xna.Framework.Content

Method Details

ActivateSkill() public method

public ActivateSkill ( ) : void
return void

DeactivateSkill() public method

public DeactivateSkill ( ) : void
return void

OverCharged() public method

public OverCharged ( Microsoft.Xna.Framework.Content.ContentManager content, Character p ) : Microsoft.Xna.Framework.Content
content Microsoft.Xna.Framework.Content.ContentManager
p Shooter.Entities.Character
return Microsoft.Xna.Framework.Content

Property Details

player protected property

protected Character,Shooter.Entities player
return Shooter.Entities.Character

prevHp protected property

protected int prevHp
return int