C# Class MissionLevels, urban-survivors

Inheritance: MonoBehaviour
Datei anzeigen Open project: exdev/urban-survivors

Public Properties

Property Type Description
levelup_behaviors GameObject[]

Public Methods

Method Description
CurrentLevel ( ) : int

Private Methods

Method Description
Awake ( ) : void
OnMissionLevelUp ( ) : void

Method Details

CurrentLevel() public method

public CurrentLevel ( ) : int
return int

Property Details

levelup_behaviors public_oe property

public GameObject[] levelup_behaviors
return GameObject[]