コード例 #1
0
ファイル: CoreNetwork.cs プロジェクト: Zammy/ProjectSpaceship
        void Awake()
        {
            DontDestroyOnLoad(this.gameObject);

            _instance = this;

            MessageHandler.Init();

            this.InitNetwork();
        }
コード例 #2
0
ファイル: CoreNetwork.cs プロジェクト: Zammy/ProjectSpaceship
        void Awake()
        {
            DontDestroyOnLoad(this.gameObject) ;

            _instance = this;

            MessageHandler.Init();

            this.InitNetwork();
        }