Text message.
[Visual Basic] Public Property text As String [C#] public string text { get; set; } [C++] public: __property String* get_text(); public: __property void set_text(String* ); [JScript] public function get text() : String public function set text(String);
Chat3 Class | croemud.serverpacket Namespace