using System.Collections; using UnityEngine; using Wizard; namespace Cute; public class BootNetwork : MonoBehaviour { private void Awake() { Object.DontDestroyOnLoad(base.gameObject); } }