C# Class ProgressionSave, PuzzleGameProject

Tempory class to save the level progression.
Inheritance: MonoBehaviour
ファイルを表示 Open project: Cedric-Paris/PuzzleGameProject

Public Properties

Property Type Description
currentlevel int

Public Methods

Method Description
LevelFinish ( int score ) : void

Private Methods

Method Description
Awake ( ) : void
initialiseProgression ( ) : void

Method Details

LevelFinish() public static method

public static LevelFinish ( int score ) : void
score int
return void

Property Details

currentlevel public_oe static_oe property

public static int currentlevel
return int