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