C# Class KillingGame.GameManager

Afficher le fichier Open project: SNUGDC/Killing-Game

Méthodes publiques

Méthode 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 méthode

public static ChapterClear ( int dangerChange, List eventFlagLists ) : void
dangerChange int
eventFlagLists List
Résultat void

LoadChapter() public static méthode

public static LoadChapter ( ) : void
Résultat void

LoadGame() public static méthode

public static LoadGame ( int slotNumber ) : void
slotNumber int
Résultat void

NewGame() public static méthode

public static NewGame ( int slotNumber ) : void
slotNumber int
Résultat void

SaveGame() public static méthode

public static SaveGame ( int slotNumber ) : void
slotNumber int
Résultat void

StartStage() public static méthode

public static StartStage ( ) : void
Résultat void