AIsOfCatan.DebugAgent.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)
        {
            if (!silent)
                Console.WriteLine(id + ": Before dice roll");
        }