AIsOfCatan.StarterAgent.BeforeDiceRoll C# (CSharp) Method

BeforeDiceRoll() public method

public BeforeDiceRoll ( IGameState state, IGameActions actions ) : void
state IGameState
actions IGameActions
return void
        public void BeforeDiceRoll(IGameState state, IGameActions actions)
        {
            // We don't play knights before dice roll
        }