[Visual Basic] Public Property dodge As Integer [C#] public int dodge { get; set; } [C++] public: __property int get_dodge(); public: __property void set_dodge(int ); [JScript] public function get dodge() : int public function set dodge(int);
Character Class | croemud.character Namespace