ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

Mark padding fields as private.

Open gir489returns opened this issue 1 year ago • 0 comments

When using the generated classes after reversiing them, generally, there is 0 purpose to ever reference the padding, in either RTTI or Visual Code Assist, there shouldn't be a reason to be reading the padding directly. As such, it would help things out like automated parsers that check the access modifiers to see if they could be read.

gir489returns avatar May 16 '24 14:05 gir489returns