Cronous Emulation Server Daemon

OutfitChange.data3 Property

Data 3.

[Visual Basic]
Public Property data3 As UInt16
[C#]
public ushort data3 { get; set; }
[C++]
public: __property unsigned short get_data3();
public: __property void set_data3(unsigned short );
[JScript]
public function get data3() : UInt16
public function set data3(UInt16);

See Also

OutfitChange Class | croemud.serverpacket Namespace