C# Class Tennis.GameStateWon

Inheritance: GameStateBase
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GameStateWon ( TennisGame game, Party winningParty ) : System
PointAdded ( Party party ) : IGameState

Method Details

GameStateWon() public method

public GameStateWon ( TennisGame game, Party winningParty ) : System
game TennisGame
winningParty Party
return System

PointAdded() public method

public PointAdded ( Party party ) : IGameState
party Party
return IGameState