AIsOfCatan.DebugAgent.BeforeDiceRoll C# (CSharp) 메소드

BeforeDiceRoll() 공개 메소드

public BeforeDiceRoll ( IGameState state, IGameActions actions ) : void
state IGameState
actions IGameActions
리턴 void
        public void BeforeDiceRoll(IGameState state, IGameActions actions)
        {
            if (!silent)
                Console.WriteLine(id + ": Before dice roll");
        }