public class NetWait : MonoBehaviourSingletonTemplate { public void Set(bool _on) { go_child.SetActive(_on); } }