void Awake() { DontDestroyOnLoad(this.gameObject); _instance = this; MessageHandler.Init(); this.InitNetwork(); }
void Awake() { DontDestroyOnLoad(this.gameObject) ; _instance = this; MessageHandler.Init(); this.InitNetwork(); }