C# Class MenuActionLoadGame, ES2015C

Loads a previously saved game.
Inheritance: MonoBehaviour
Mostrar archivo Open project: jgirald/ES2015C

Public Properties

Property Type Description
savedGameDropdown Dropdown,

Public Methods

Method Description
LoadGame ( ) : void

Method Details

LoadGame() public method

public LoadGame ( ) : void
return void

Property Details

savedGameDropdown public_oe property

The dropdown that contains the list of saved games.
public Dropdown, savedGameDropdown
return Dropdown,