using UnityEngine; using System.Collections; public class ReqWelfareInfo : MonoBehaviour { void OnEnable() { ReqWelfareState(); } public void ReqWelfareState() { WelfareInfoReq req = new WelfareInfoReq(); req.flag = -1; req.SendMsg(); } }