C# Class ArmedCards.BusinessLogic.AppServices.GameRound.TimerExpired

Implements Base.ITimerExpired
Inheritance: Base.ITimerExpired
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( int gameID ) : void

Play cards for all players that have yet to play

TimerExpired ( System.AppServices selectGame, System.AppServices playCard, System.AppServices sendMessage, System.AppServices updateGamePlayer ) : System

Method Details

Execute() public method

Play cards for all players that have yet to play
public Execute ( int gameID ) : void
gameID int The game ID
return void

TimerExpired() public method

public TimerExpired ( System.AppServices selectGame, System.AppServices playCard, System.AppServices sendMessage, System.AppServices updateGamePlayer ) : System
selectGame System.AppServices
playCard System.AppServices
sendMessage System.AppServices
updateGamePlayer System.AppServices
return System