AIMA.Core.Search.Adversarial.GameAgent.GameAgent C# (CSharp) Method

GameAgent() public method

public GameAgent ( Game g ) : System
g Game
return System
        public GameAgent(Game g)
        {
            this.game = g;
        }