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

Implements Base.ITimerExpired
Inheritance: Base.ITimerExpired
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode 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 méthode

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

TimerExpired() public méthode

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
Résultat System