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

Inheritance: GameStateAction
Show file Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Deserialize ( string s ) : GameStateAction
GameStateDoubleAction ( GameState gs, long time, DoubleResponse response ) : System
Serialize ( GameStateDoubleAction gsda ) : string

Method Details

Deserialize() public static method

public static Deserialize ( string s ) : GameStateAction
s string
return GameStateAction

GameStateDoubleAction() public method

public GameStateDoubleAction ( GameState gs, long time, DoubleResponse response ) : System
gs GameState
time long
response DoubleResponse
return System

Serialize() public static method

public static Serialize ( GameStateDoubleAction gsda ) : string
gsda GameStateDoubleAction
return string