Cronous Emulation Server Daemon

ItemThrowing.data2 Property

Data 2.

[Visual Basic]
Public Property data2 As Integer
[C#]
public int data2 { get; set; }
[C++]
public: __property int get_data2();
public: __property void set_data2(int );
[JScript]
public function get data2() : int
public function set data2(int);

See Also

ItemThrowing Class | croemud.serverpacket Namespace