Ejemplo n.º 1
0
 public int GetHumanity()
 {
     return(ChrData2.ReadInt32((int)DSROffsets.ChrData2.Humanity));
 }
Ejemplo n.º 2
0
 public int GetHealth()
 {
     return(ChrData1.ReadInt32((int)DSROffsets.ChrData1.Health + Offsets.ChrData1Boost2));
 }
Ejemplo n.º 3
0
 public int GetLastBonfire()
 {
     return(ChrClassWarp.ReadInt32((int)DSROffsets.ChrClassWarp.LastBonfire + Offsets.ChrClassWarpBoost));
 }
Ejemplo n.º 4
0
 public int GetLastAnimation()
 {
     return(AnimData.ReadInt32((int)DSROffsets.AnimData.LastAnimation));
 }