Ejemplo n.º 1
0
        public static bool GetBattleState()
        {
            var battlePointer = LegacyMemoryReader.ReadUInt32(_offsetPartyPointer);

            return(battlePointer != 0);
        }
Ejemplo n.º 2
0
 public void Refresh()
 {
     NumGil.Text = LegacyMemoryReader.ReadUInt32(_offsetCurrentGil).ToString();
 }