예제 #1
0
 public override void PutByte(Context ctx, int offset, ZilObject value)
 {
     orig.PutByte(ctx, offset + byteOffset, value);
 }