internal static void GetSomeExp(int gemType, int amount) { if (gemType == 0) { instance.gemPlayerExp.RecieveExp(amount); } else { amount = instance.ApplyLevelingFormula(amount); instance.RecieveExp(gemType, amount); } }