C# Class FBLibrary.Core.BaseGameEventManager

Base class to manage all game events like game start, bomb planted, etc...
Afficher le fichier Open project: Noxalus/Final-Bomber

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : void
OnPlayerDeath ( BasePlayer player ) : void
OnRoundEnd ( ) : void

Méthodes protégées

Méthode Description
PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
RoundEndAction ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnPlayerDeath() public méthode

public OnPlayerDeath ( BasePlayer player ) : void
player BasePlayer
Résultat void

OnRoundEnd() public méthode

public OnRoundEnd ( ) : void
Résultat void

PlayerDeathAction() protected méthode

protected PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
sender BasePlayer
args System.EventArgs
Résultat void

RoundEndAction() protected méthode

protected RoundEndAction ( ) : void
Résultat void