中文
Appearance
Contract.conversation
Contract
(只读)当前 Conversation 。
NetConversation
class TestRequest extends Contract{ Exescute(msg: string): void { Debug.Log("client send :: ", msg); } async Receive(): { let conv = this.conversation; } }