AIsOfCatan.BasicLogEntry.BasicLogEntry C# (CSharp) Method

BasicLogEntry() public method

public BasicLogEntry ( int turn ) : System
turn int
return System
        public BasicLogEntry(int turn)
        {
            Turn = turn;
        }
BasicLogEntry