Ejemplo n.º 1
0
 // self explanatory
 private static void giveXP()
 {
     LocalPlayer.GiveExperience(xpToGive);
 }