Ejemplo n.º 1
0
 public UOCharacter(uint serial)
     : base(serial)
 {
     // TODO
     collection = new LayersCollection(serial, true);
 }
Ejemplo n.º 2
0
 public UOCharacter(uint serial)
     : base(serial)
 {
     // TODO
     collection = new LayersCollection(serial, true);
 }