中文
Appearance
NetConversation.Send(message)
NetConversation
从服务器发送消息给客户端。
string
void
NetServer.on_converastion_connect = async (conv: NetConversation) => { conv.Send("hello world"); }