C# Class SpawnDungeonManager, 403NameNotAccessible

Inheritance: MonoBehaviour
Mostra file Open project: cmortimer/403NameNotAccessible

Public Properties

Property Type Description
dungeonObj GameObject
persistentObj GameObject

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dungeonObj public_oe property

public GameObject dungeonObj
return GameObject

persistentObj public_oe property

public GameObject persistentObj
return GameObject