C# Class MTower, Madness

Inheritance: FContainer
Datei anzeigen Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
health float
maxHealth float
player MPlayer,

Public Methods

Method Description
Init ( ) : void
MTower ( MPlayer, player ) : System
UpdateHealthPercent ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

MTower() public method

public MTower ( MPlayer, player ) : System
player MPlayer,
return System

UpdateHealthPercent() public method

public UpdateHealthPercent ( ) : void
return void

Property Details

health public_oe property

public float health
return float

maxHealth public_oe property

public float maxHealth
return float

player public_oe property

public MPlayer, player
return MPlayer,