C# Class KillingGame.GameManager

Mostrar archivo Open project: SNUGDC/Killing-Game

Public Methods

Method Description
ChapterClear ( int dangerChange, List eventFlagLists ) : void
LoadChapter ( ) : void
LoadGame ( int slotNumber ) : void
NewGame ( int slotNumber ) : void
SaveGame ( int slotNumber ) : void
StartStage ( ) : void

Method Details

ChapterClear() public static method

public static ChapterClear ( int dangerChange, List eventFlagLists ) : void
dangerChange int
eventFlagLists List
return void

LoadChapter() public static method

public static LoadChapter ( ) : void
return void

LoadGame() public static method

public static LoadGame ( int slotNumber ) : void
slotNumber int
return void

NewGame() public static method

public static NewGame ( int slotNumber ) : void
slotNumber int
return void

SaveGame() public static method

public static SaveGame ( int slotNumber ) : void
slotNumber int
return void

StartStage() public static method

public static StartStage ( ) : void
return void