コード例 #1
0
        // Use this for initialization
        void Start()
        {
            Instance = this;

            if (DontDestroyTacoOnload)
            {
                DontDestroyOnLoad(this.transform.gameObject);
            }
        }
コード例 #2
0
ファイル: TacoSetup.cs プロジェクト: daimonstar1/iWin
 void Awake()
 {
     Instance = this;
     LogEvent("start_game");
 }