C# Class DanceLibrary, ggj16

Inheritance: MonoBehaviour
Show file Open project: amzeratul/ggj16

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
ParseEffect ( string val ) : DanceMove.EffectType
ParseLine ( string line ) : DanceMove,
ParseRequirement ( string val ) : DanceMove.IsAvailableType
ParseStep ( string s, string other, bool flip ) : DanceStep
ParseStepList ( string val ) : string[]

Method Details

Awake() protected method

protected Awake ( ) : void
return void