C# Class Tennis.GameStateSimpleNoAdScoring

Inheritance: GameStateBase
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GameStateSimpleNoAdScoring ( TennisGame game ) : System
PointAdded ( Party party ) : IGameState

Method Details

GameStateSimpleNoAdScoring() public method

public GameStateSimpleNoAdScoring ( TennisGame game ) : System
game TennisGame
return System

PointAdded() public method

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