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