using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CScript.Net { public class NetUpdate : MonoBehaviour { void Update() { NetGlobal.Instance.DoForAction(); } } }