C# Class ShootableItem, GrapplingHookFighters

Inheritance: MonoBehaviour
Mostra 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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

hit() public method

public hit ( int j ) : void
j int
return void

Property Details

gibs public_oe property

public GameObject gibs
return GameObject

health public_oe property

public int health
return int