예제 #1
0
파일: Ashe.cs 프로젝트: Romesti/l-
        /// <summary>
        /// Ctor
        /// </summary>
        public Ashe()
        {
            _menu = new AsheMenu(this);

            _drawings = new AsheDrawings(this);

            _spells[Spells.W].SetSkillshot(0.5f, 100, 900, true, SkillshotType.SkillshotCone);
            _spells[Spells.R].SetSkillshot(0.5f, 100, 1600, false, SkillshotType.SkillshotCone);
        }
예제 #2
0
파일: Ashe.cs 프로젝트: dsakrani/l-
        /// <summary>
        /// Ctor
        /// </summary>
        public Ashe()
        {
            _menu = new AsheMenu(this);

            _drawings = new AsheDrawings(this);

            _spells[Spells.W].SetSkillshot(0.5f, 100, 900, true, SkillshotType.SkillshotCone);
            _spells[Spells.R].SetSkillshot(0.5f, 100, 1600, false, SkillshotType.SkillshotCone);
        }