Ejemplo n.º 1
0
 public override void wsc(int i, int h, MappedOutStream @out)
 {
     restrictionsCore.Properties[] d = ((P0)owner.basePool).Data;
     for (; i != h; i++)
     {
         @out.f32(((restrictionsCore.ZSystem)d[i]).version);
     }
 }
Ejemplo n.º 2
0
 public override void wsc(int i, int h, MappedOutStream @out)
 {
     floats.FloatTest[] d = ((P1)owner).Data;
     for (; i != h; i++)
     {
         @out.f32(d[i].zero);
     }
 }