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