We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c4b82 commit 521aba4Copy full SHA for 521aba4
1 file changed
src/NosCore.Algorithm/Constants.cs
@@ -11,7 +11,6 @@ internal class Constants
11
internal const byte MaxFairyLevel = 80;
12
internal const byte MaxJobLevel = 80;
13
internal const byte MaxHeroLevel = 60;
14
- internal static readonly int ReputationCount = Enum.GetNames(typeof(ReputationType)).Length;
15
internal static readonly int ClassCount = Enum.GetNames(typeof(CharacterClassType)).Length;
16
}
17
0 commit comments