C# Class ItemBase, Final_Project_Main

Show file Open project: framadan/Final_Project_Main Class Usage Examples

Public Methods

Method Description
Consume ( ) : void
OnHit ( ) : void
SmashUse ( ) : void
Start ( ) : void
StopUse ( ) : void
Update ( ) : void
Use ( ) : void

Method Details

Consume() public method

public Consume ( ) : void
return void

OnHit() public method

public OnHit ( ) : void
return void

SmashUse() public method

public SmashUse ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StopUse() public method

public StopUse ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Use() public method

public Use ( ) : void
return void