C# Class ProgressionSave, PuzzleGameProject

Tempory class to save the level progression.
Inheritance: MonoBehaviour
Afficher le fichier Open project: Cedric-Paris/PuzzleGameProject

Méthodes publiques

Свойство Type Description
currentlevel int

Méthodes publiques

Méthode Description
LevelFinish ( int score ) : void

Private Methods

Méthode Description
Awake ( ) : void
initialiseProgression ( ) : void

Method Details

LevelFinish() public static méthode

public static LevelFinish ( int score ) : void
score int
Résultat void

Property Details

currentlevel public_oe static_oe property

public static int currentlevel
Résultat int