Example #1
0
 private static string Get_Stamina(GetPropertyEventArgs e)
 {
     return(e.Target.Stamina.ToString());
 }
Example #2
0
 private static string Get_Iq(GetPropertyEventArgs e)
 {
     return(e.Target.Iq.ToString());
 }
Example #3
0
 private static string Get_Agility(GetPropertyEventArgs e)
 {
     return(e.Target.Agility.ToString());
 }