hch
10 天以前 dc7922d80c1d133b6261b8af1d521567d2c0a35d
Main/System/Battle/Skill/SkillBase.cs
@@ -150,7 +150,7 @@
            
            if (hintConfig != null)
            {
                caster.heroInfoBar.ShowTips(((char)hintConfig.prefix).ToString(), true);
                caster.heroInfoBar.ShowTips(((char)hintConfig.prefix).ToString(), true, false, 1.25f);
                // Debug.Break();
            }
        }