public void LvUp() { Lv.LvUp(); Hp.LvUp(10); Mp.LvUp(5); Str.LvUp(5); Vit.LvUp(5); Dex.LvUp(3); Int.LvUp(1); DataManager.Save(); }