CameraBuddy.Spectate.Situation.Heros.Ally.Ally C# (CSharp) Method

Ally() static private method

static private Ally ( ) : System.Collections.Generic
return System.Collections.Generic
            static Ally()
            {
                foreach (var ally in Heroes)
                {
                    SpellAvaliblities.Add(ally, new SpellAvaliblity(ally));
                }
            }
        }