Max weight.
[Visual Basic] Public Property weight_max As UInt32 [C#] public uint weight_max { get; set; } [C++] public: __property unsigned int get_weight_max(); public: __property void set_weight_max(unsigned int ); [JScript] public function get weight_max() : UInt32 public function set weight_max(UInt32);
CharacterFinalStatus Class | croemud.serverpacket Namespace