Change MarshalAs(SizeConst) to NMS(Size), change xx1,xx2,xx3 fields to arrays...
emoose opened this issue · 2 comments
emoose commented
I'll go through and do some of these later, but if anyone wants to help out feel free.
Atvaark commented
The C# compiler provides some syntactic-sugar for attribute classes that end with the Attribute-suffix by the way.
You can simply omit the suffix when using the attribute.
e. g.
[NMS(Ignore = true)]
yretenai commented