Count.
[Visual Basic] Public Property count As Integer [C#] public int count { get; set; } [C++] public: __property int get_count(); public: __property void set_count(int ); [JScript] public function get count() : int public function set count(int);
ItemEntry Class | croemud.serverpacket Namespace