コード例 #1
0
 public HallOfameState(Serpents serpents)
 {
     _serpents = serpents;
     _hofPainter = new HofPainter(serpents.LContent);
     _entry = new HallOfFame.Entry("", _serpents.Score);
     _entryIndex = _serpents.LContent.HallOfFame.Insert(_entry);
 }
コード例 #2
0
 public AttractBigTexts(LarvContent lcontent)
 {
     _lcontent = lcontent;
     _hofPainter = new HofPainter(lcontent);
 }