C# Class MCDawn.Fallout

Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Свойство Type Description
GameActive bool
Level MCDawn.Level

Méthodes publiques

Méthode Description
CreateFalloutLevel ( ) : void
End ( ) : void
GetAlive ( ) : List
GetDead ( ) : List
Start ( ) : void

Private Methods

Méthode Description
RestoreLevel ( string backupName ) : void

Method Details

CreateFalloutLevel() public méthode

public CreateFalloutLevel ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

GetAlive() public méthode

public GetAlive ( ) : List
Résultat List

GetDead() public méthode

public GetDead ( ) : List
Résultat List

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

GameActive public_oe property

public bool GameActive
Résultat bool

Level public_oe property

public Level,MCDawn Level
Résultat MCDawn.Level