C# Class SocialGame.LevelManager

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe static_oe property

Finish this level.
public static int gameSelected
return int