C# Class GR.Gambling.Backgammon.HCI.GameStateAction

Mostra file Open project: alexhanh/Botting-Library

Protected Properties

Property Type Description
gs GameState
time long

Public Methods

Method Description
GameStateAction ( GameState gs, long time ) : System

Method Details

GameStateAction() public method

public GameStateAction ( GameState gs, long time ) : System
gs GameState
time long
return System

Property Details

gs protected_oe property

protected GameState gs
return GameState

time protected_oe property

protected long time
return long