How to find the offset of fields or properties, on GameAssembly.dll and dum.cs it looks like this:
private uint _fight; // 0x38
private uint _level; // 0x3C
private uint _hp; // 0x40
private uint _maxhp; // 0x44
I don't know how to find it in ida pro, please give me a suggestion or a keyword, I...