AIsOfCatan.StarterAgent.BeforeDiceRoll C# (CSharp) Méthode

BeforeDiceRoll() public méthode

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