mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-16 06:15:26 +01:00
use fragment material and avatar star up also prevent capt. exp overflow
this took wayyyyyyyyyy longer than it shoud be
This commit is contained in:
@@ -84,6 +84,11 @@ namespace Common.Utils.ExcelReader
|
||||
|
||||
return new LevelData(level, exp);
|
||||
}
|
||||
|
||||
public int GetMaxPossibleExp()
|
||||
{
|
||||
return All.Select(x => x.Exp).Sum() - 1;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
|
||||
|
||||
Reference in New Issue
Block a user