Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ShieldLogic
C# Class ShieldLogic, wepwep
Inheritance:
MonoBehaviour
Show file
Open project: encephalopathy/wepwep
Public Properties
Property
Type
Description
alive
bool
currentShieldHealth
int
maxShieldHealth
int
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
doDamage
(
int
amount
) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
doDamage()
public
method
public
doDamage
(
int
amount
) :
void
amount
int
return
void
Property Details
alive
public property
public
bool
alive
return
bool
currentShieldHealth
public property
public
int
currentShieldHealth
return
int
maxShieldHealth
public property
public
int
maxShieldHealth
return
int