using System.Collections; using System.Collections.Generic; using UnityEngine; public interface INetwork { //由主线程调用的数据提取及处理函数 void ExtractingMsg(); }