C# Class MTower, Madness

Inheritance: FContainer
Afficher le fichier Open project: MattRix/Madness Class Usage Examples

Méthodes publiques

Свойство Type Description
health float
maxHealth float
player MPlayer,

Méthodes publiques

Méthode Description
Init ( ) : void
MTower ( MPlayer, player ) : System
UpdateHealthPercent ( ) : void

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

MTower() public méthode

public MTower ( MPlayer, player ) : System
player MPlayer,
Résultat System

UpdateHealthPercent() public méthode

public UpdateHealthPercent ( ) : void
Résultat void

Property Details

health public_oe property

public float health
Résultat float

maxHealth public_oe property

public float maxHealth
Résultat float

player public_oe property

public MPlayer, player
Résultat MPlayer,