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