GR.Gambling.Backgammon.HCI.GameStateDoubleAction.GameStateDoubleAction C# (CSharp) Method

GameStateDoubleAction() public method

public GameStateDoubleAction ( GameState gs, long time, DoubleResponse response ) : System
gs GameState
time long
response DoubleResponse
return System
        public GameStateDoubleAction(GameState gs, long time, DoubleResponse response)
            : base(gs, time)
        {
            this.response = response;
        }