C# Class Tome, chrawl

Inheritance: Faction
Datei anzeigen Open project: PentaHelix/chrawl Class Usage Examples

Public Properties

Property Type Description
manaCost float
runeSet RuneSet,
spell Spell

Public Methods

Method Description
LookAt ( RaycastHit r ) : void
OnInteract ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LookAt() public method

public LookAt ( RaycastHit r ) : void
r UnityEngine.RaycastHit
return void

OnInteract() public method

public OnInteract ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

manaCost public_oe property

public float manaCost
return float

runeSet public_oe property

public RuneSet, runeSet
return RuneSet,

spell public_oe property

public Spell spell
return Spell