C# Class ShootableItem, GrapplingHookFighters
Show file
Open project: PurdueSIGGD/GrapplingHookFighters
Public Properties
Property |
Type |
Description |
|
gibs |
GameObject |
|
|
health |
int |
|
|
Public Methods
Method |
Description |
|
Start ( ) : void |
|
|
Update ( ) : void |
|
|
hit ( int j ) : void |
|
|
Method Details
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
public hit ( int j ) : void |
j |
int |
|
return |
void |
|
Property Details
public GameObject gibs |
return |
GameObject |
|
public int health |
return |
int |
|