C# Class PlayerPrefsUnlock, Alternalien9-21-2015

Inheritance: MonoBehaviour
Show file Open project: DragoonGames/Alternalien9-21-2015

Public Properties

Property Type Description
completed int
levels int[]

Public Methods

Method Description
PlayerPrefsKey ( string value ) : void
SetPPKey ( string value ) : void
Start ( ) : void

Method Details

PlayerPrefsKey() public method

public PlayerPrefsKey ( string value ) : void
value string
return void

SetPPKey() public method

public SetPPKey ( string value ) : void
value string
return void

Start() public method

public Start ( ) : void
return void

Property Details

completed public property

public int completed
return int

levels public property

public int[] levels
return int[]