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