public HallOfameState(Serpents serpents) { _serpents = serpents; _hofPainter = new HofPainter(serpents.LContent); _entry = new HallOfFame.Entry("", _serpents.Score); _entryIndex = _serpents.LContent.HallOfFame.Insert(_entry); }
public AttractBigTexts(LarvContent lcontent) { _lcontent = lcontent; _hofPainter = new HofPainter(lcontent); }