C# Class SocialGame.LevelManager

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
gameSelected int

Public Methods

Method Description
win ( ) : void

win this level

Method Details

win() public static method

win this level
public static win ( ) : void
return void

Property Details

gameSelected public static property

Finish this level.
public static int gameSelected
return int