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