[Visual Basic] Public const MAX_CANCEL_DAMAGE As Integer = 75 [C#] public const int MAX_CANCEL_DAMAGE = 75; [C++] public: const int MAX_CANCEL_DAMAGE = 75; [JScript] public const var MAX_CANCEL_DAMAGE: int = 75;
PlayerCharacter Class | croemud.character Namespace