using System.Collections; using System.Collections.Generic; using UnityEngine; namespace JXSoft { public class TCPServerModel:DataEventModel { public override void setLinkState(int linkState) { } public override int getLinkState() { return 0; } protected override void OnInit() { } } public class TCPServer { } }