Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MTower
C# Class MTower, Madness
Inheritance:
FContainer
Mostrar archivo
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,