Ejemplo n.º 1
0
        /// <summary>
        /// Initializes this instance.
        /// </summary>
        private void Init()
        {
            foreach (var champion in HeroManager.Enemies)
            {
                var module = new TrackerModule(champion);

                modules.Add(champion, module);
            }
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Initializes this instance.
        /// </summary>
        private void Init()
        {
            foreach (var champion in HeroManager.Enemies)
            {
                var module = new TrackerModule(champion);

                modules.Add(champion, module);
            }
        }