Files
MinFt/Client/Assets/Scripts/GampPlay/FishSkill/EasterEggSpSkillData.cs
2026-04-27 12:07:32 +08:00

17 lines
318 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using cfg;
/// <summary>
/// 超级冲刺支持Dash
/// </summary>
public class EasterEggSpSkillData : FishSpSkillData<EasterEgg>
{
public override string FxDash()
{
return spSkill.DashFx;
}
public override string DashPerformanceFx()
{
return spSkill.DashPerformanceFx;
}
}