C# Class SunsetHigh.InnerMonologue

Mostrar archivo Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

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

Method Details

InnerMonologue() public method

public InnerMonologue ( ) : System
return System

chooseLine() public method

public chooseLine ( ) : string
return string

getSaveStructure() public method

public getSaveStructure ( ) : bool[]
return bool[]

loadEntriesFromFile() public method

public loadEntriesFromFile ( string filename ) : void
filename string
return void

loadSaveStructure() public method

public loadSaveStructure ( bool saveStructure ) : void
saveStructure bool
return void