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