AIsOfCatan.BasicLogEntry.BasicLogEntry C# (CSharp) 메소드

BasicLogEntry() 공개 메소드

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