C# Class Shooter.Controls.Perseverance

Inheritance: Skill
Afficher le fichier Open project: JoeyTheAsian/Just-Force Class Usage Examples

Protected Properties

Свойство Type Description
player Shooter.Entities.Character

Méthodes publiques

Méthode Description
ActivateSkill ( ) : void
DeactivateSkill ( ) : void
Perseverance ( Microsoft.Xna.Framework.Content.ContentManager content, Character p ) : Microsoft.Xna.Framework.Content

Method Details

ActivateSkill() public méthode

public ActivateSkill ( ) : void
Résultat void

DeactivateSkill() public méthode

public DeactivateSkill ( ) : void
Résultat void

Perseverance() public méthode

public Perseverance ( Microsoft.Xna.Framework.Content.ContentManager content, Character p ) : Microsoft.Xna.Framework.Content
content Microsoft.Xna.Framework.Content.ContentManager
p Shooter.Entities.Character
Résultat Microsoft.Xna.Framework.Content

Property Details

player protected_oe property

protected Character,Shooter.Entities player
Résultat Shooter.Entities.Character