C# Class enemyHealth

Inheritance: MonoBehaviour
ファイルを表示 Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
health int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

health public_oe property

public int health
return int