Cronous Emulation Server Daemon

OutfitChange.equipment_type Property

Equipment type.

[Visual Basic]
Public Property equipment_type As Byte
[C#]
public byte equipment_type { get; set; }
[C++]
public: __property char get_equipment_type();
public: __property void set_equipment_type(char );
[JScript]
public function get equipment_type() : Byte
public function set equipment_type(Byte);

See Also

OutfitChange Class | croemud.serverpacket Namespace