~ruther/NosSmooth

b501676b6194f277dfcb142077d9232a582f6e56 — Rutherther 2 years ago f0214a2
chore(data): add cast time and cooldown units to documentation
1 files changed, 2 insertions(+), 2 deletions(-)

M Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs
M Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs => Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs +2 -2
@@ 30,12 30,12 @@ public interface ISkillInfo : IVNumInfo
    short ZoneRange { get; }

    /// <summary>
    /// Gets the time it takes to cast this skill. Units UNKNOWN TODO.
    /// Gets the time it takes to cast this skill. The unit is Tenth of a second. (10 means one second).
    /// </summary>
    int CastTime { get; }

    /// <summary>
    /// Gets the time of the cooldown. Units UNKNOWN TODO.
    /// Gets the time of the cooldown. The unit is Tenth of a second. (10 means one second).
    /// </summary>
    int Cooldown { get; }


Do not follow this link