C# Class Tennis.GameStateBase

Inheritance: IGameState
Mostrar archivo Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
PointAdded ( Party party ) : IGameState

Protected Methods

Method Description
GameStateBase ( TennisGame game ) : System

Method Details

GameStateBase() protected method

protected GameStateBase ( TennisGame game ) : System
game TennisGame
return System

PointAdded() public abstract method

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