[Visual Basic] Public const MAX_SKILL_LEVEL As Integer = 40 [C#] public const int MAX_SKILL_LEVEL = 40; [C++] public: const int MAX_SKILL_LEVEL = 40; [JScript] public const var MAX_SKILL_LEVEL: int = 40;
Player Class | croemud.game Namespace