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