Data prototype specifying the structure of the packet.
[Visual Basic] MustOverride Public Property ReadOnly data_prototype As Hashtable [C#] public abstract Hashtable data_prototype { get; } [C++] public: abstract __property Hashtable* get_data_prototype(); [JScript] public abstract function get data_prototype() : Hashtable
Packet Class | croemud.packet Namespace