AIsOfCatan.BasicLogEntry.BasicLogEntry C# (CSharp) Метод

BasicLogEntry() публичный метод

public BasicLogEntry ( int turn ) : System
turn int
Результат System
        public BasicLogEntry(int turn)
        {
            Turn = turn;
        }
BasicLogEntry