Beispiel #1
0
        void Start()
        {
            SetNPCsAtrribType();
            StartCoroutine(MissionStart());
            //Invoke("MissionStartSelf", 5);

            CreationMgr.Init();
            ForceSetting.Instance.Load(Resources.Load("ForceSetting/ForceSettings_Story") as TextAsset);
            mWareHouse.SetActive(false);
        }
Beispiel #2
0
    void Start()
    {
        LoadSteamItems();

        CreationMgr.Init();

        _CurDownload = 0;
        _DownloadList.Clear();
        StartCoroutine(DownLoadCoroutine());

        _SteamPersonaName = "$sinwa$" + SteamFriends.GetPersonaName();
        SteamFriends.SetListenForFriendsMessages(true);
    }
Beispiel #3
0
 void Start()
 {
     CreationMgr.Init();
 }
Beispiel #4
0
 void Init()
 {
     CreationMgr.Init();
 }