Dominion.HumanReadableGameLog.HumanReadableGameLog C# (CSharp) Метод

HumanReadableGameLog() публичный Метод

public HumanReadableGameLog ( IndentedTextWriter textWriter ) : System
textWriter IndentedTextWriter
Результат System
        public HumanReadableGameLog(IndentedTextWriter textWriter)
        {
            this.textWriter = textWriter;
            this.playedTreasures = new List<Card>();
            this.boughtCards = new List<Card>();
            this.discardedCards = new List<Card>();
            this.drawnCards = new List<Card>();
        }

Same methods

HumanReadableGameLog::HumanReadableGameLog ( System textWriter ) : System