AIsOfCatan.BasicLogEntry.BasicLogEntry C# (CSharp) Méthode

BasicLogEntry() public méthode

public BasicLogEntry ( int turn ) : System
turn int
Résultat System
        public BasicLogEntry(int turn)
        {
            Turn = turn;
        }
BasicLogEntry