C# Class PPPDDDChap18.DomainServices.OnlineGaming.WithDomainServices.Model.OnlineDeathmatch

Inheritance: IGame
Datei anzeigen Open project: elbandit/PPPDDD

Public Methods

Method Description
CommenceBattle ( ) : void
OnlineDeathmatch ( Competitor player1, Competitor player2, System.Guid id, IEnumerable scorers, IEnumerable rewarders ) : System

Private Methods

Method Description
UpdateScoresAndRewards ( ) : void

Method Details

CommenceBattle() public method

public CommenceBattle ( ) : void
return void

OnlineDeathmatch() public method

public OnlineDeathmatch ( Competitor player1, Competitor player2, System.Guid id, IEnumerable scorers, IEnumerable rewarders ) : System
player1 Competitor
player2 Competitor
id System.Guid
scorers IEnumerable
rewarders IEnumerable
return System