C# Class PlayerCreationWindow, DemonHeart

Inheritance: MonoBehaviour
Mostra file Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
ptsButtons List

Public Methods

Method Description
FullSkills ( int index ) : void
Start ( ) : void
Update ( ) : void
play ( ) : void
setdex ( int DEX ) : void
setint ( int INT ) : void
setstr ( int STR ) : void

Method Details

FullSkills() public method

public FullSkills ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

play() public method

public play ( ) : void
return void

setdex() public method

public setdex ( int DEX ) : void
DEX int
return void

setint() public method

public setint ( int INT ) : void
INT int
return void

setstr() public method

public setstr ( int STR ) : void
STR int
return void

Property Details

ptsButtons public_oe property

public List
return List