Skip to content

格式

typescript
NetConversation.CurrentConversation()

所属类: NetConversation

描述

当前NetConversation对象。 methods:

参数

参数名类型描述

返回值

类型描述
NetConversation当前NetConversation

代码示例

typescript
NetServer.on_converastion_connect = async (conv: NetConversation) => {
    conv.CurrentConversation();
}