Esempio n. 1
0
        private void LoadCompleted(UnityEngine.Object obj)
        {
            var text = (obj as TextAsset).text;

            Result = TableTool.LoadDictionary <TK, T>(text);
            IsDone = true;
            Completed?.Invoke(this);
        }