Count of characters.
[Visual Basic] Public Property count As Byte [C#] public byte count { get; set; } [C++] public: __property char get_count(); public: __property void set_count(char ); [JScript] public function get count() : Byte public function set count(Byte);
PlayerCharacterCount Class | croemud.serverpacket Namespace