AIsOfCatan.StarterAgent.BeforeDiceRoll C# (CSharp) Метод

BeforeDiceRoll() публичный Метод

public BeforeDiceRoll ( IGameState state, IGameActions actions ) : void
state IGameState
actions IGameActions
Результат void
        public void BeforeDiceRoll(IGameState state, IGameActions actions)
        {
            // We don't play knights before dice roll
        }