Hi, so the new [Link] is out and I am trying to find its value (and I was able to find some but for gold and essence I've already tried all data types and I can't find any value...
You can use a c# decompiler, eg dnspy, justDecompile, to look at
*\Soda Dungeon 2\SodaDungeon2_Data\Managed\Assembly-CSharp.dll
It will show what the gold/essence are.
btw, they are BigInteger, which is a composite data structure.