C# Class MagicControls, chrawl

Inheritance: MonoBehaviour
Exibir arquivo Open project: PentaHelix/chrawl Class Usage Examples

Public Methods

Method Description
AddDagger ( GameObject d ) : void
AddScroll ( GameObject s ) : void
AddTome ( GameObject t = null ) : void
Deactivate ( int i ) : void
SetPocketwatch ( ) : void

Private Methods

Method Description
CastSpell ( ) : void
CurrentSpellType ( ) : int
Start ( ) : void
Update ( ) : void

Method Details

AddDagger() public method

public AddDagger ( GameObject d ) : void
d GameObject
return void

AddScroll() public method

public AddScroll ( GameObject s ) : void
s GameObject
return void

AddTome() public method

public AddTome ( GameObject t = null ) : void
t GameObject
return void

Deactivate() public method

public Deactivate ( int i ) : void
i int
return void

SetPocketwatch() public method

public SetPocketwatch ( ) : void
return void