C# Class SunsetHigh.InnerMonologue

Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
InnerMonologue ( ) : System
chooseLine ( ) : string
getSaveStructure ( ) : bool[]
loadEntriesFromFile ( string filename ) : void
loadSaveStructure ( bool saveStructure ) : void

Method Details

InnerMonologue() public méthode

public InnerMonologue ( ) : System
Résultat System

chooseLine() public méthode

public chooseLine ( ) : string
Résultat string

getSaveStructure() public méthode

public getSaveStructure ( ) : bool[]
Résultat bool[]

loadEntriesFromFile() public méthode

public loadEntriesFromFile ( string filename ) : void
filename string
Résultat void

loadSaveStructure() public méthode

public loadSaveStructure ( bool saveStructure ) : void
saveStructure bool
Résultat void