C# Class MCDawn.Fallout

显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
GameActive bool
Level MCDawn.Level

Public Methods

Method Description
CreateFalloutLevel ( ) : void
End ( ) : void
GetAlive ( ) : List
GetDead ( ) : List
Start ( ) : void

Private Methods

Method Description
RestoreLevel ( string backupName ) : void

Method Details

CreateFalloutLevel() public method

public CreateFalloutLevel ( ) : void
return void

End() public method

public End ( ) : void
return void

GetAlive() public method

public GetAlive ( ) : List
return List

GetDead() public method

public GetDead ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Property Details

GameActive public_oe property

public bool GameActive
return bool

Level public_oe property

public Level,MCDawn Level
return MCDawn.Level