[Visual Basic] Protected _dodge As Integer [C#] protected int _dodge; [C++] protected: int _dodge; [JScript] protected var _dodge: int;
NonPlayerCharacterClass Class | croemud.character Namespace