C# Class FBClient.Core.LocalGameManager

This class is specificaly used for the logic of local games
Inheritance: GameManager
Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
LoadContent ( ) : void
LocalGameManager ( ) : System
PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
RoundEndAction ( ) : void
Update ( ) : void

Protected Methods

Method Description
RemoveWall ( Wall wall ) : void
Reset ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

LocalGameManager() public method

public LocalGameManager ( ) : System
return System

PlayerDeathAction() public method

public PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
sender BasePlayer
args System.EventArgs
return void

RemoveWall() protected method

protected RemoveWall ( Wall wall ) : void
wall FBClient.Core.Entities.Wall
return void

Reset() protected method

protected Reset ( ) : void
return void

RoundEndAction() public method

public RoundEndAction ( ) : void
return void

Update() public method

public Update ( ) : void
return void