Ejemplo n.º 1
0
        void InitializeNewlySpawnedCreatures()
        {
            Talespire.Log.Indent();
            UnityMainThreadDispatcher.ExecuteOnMainThread(() =>
            {
                RefreshMemberList();
                MiniGrouperScript.RefreshIndicators();
                UpdateFormation();
            });

            MiniGrouperScript.DataChanged();
            Talespire.Log.Unindent();
        }