C# Class TheFisterSigil, Unity

Inheritance: Sigil
Show file Open project: zackva/Unity

Public Properties

Property Type Description
chargeTimer float
charging bool
currentFist GameObject
player GameObject
theFist GameObject

Public Methods

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

Method Details

Effect() public method

public Effect ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

chargeTimer public property

public float chargeTimer
return float

charging public property

public bool charging
return bool

currentFist public property

public GameObject currentFist
return GameObject

player public property

public GameObject player
return GameObject

theFist public property

public GameObject theFist
return GameObject