Ejemplo n.º 1
0
 public BonusReader(BinaryReader reader)
 {
     _reader       = reader;
     _entityReader = new NamedEntityReader(reader);
 }