示例#1
0
    void CalculateNewStats()
    {
        StatCalculations stat = new StatCalculations();

        stat.CalculateLevelUpStats();
    }