From b501676b6194f277dfcb142077d9232a582f6e56 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 31 Dec 2022 15:09:29 +0100 Subject: [PATCH] chore(data): add cast time and cooldown units to documentation --- Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs b/Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs index 496ea5f..b940ec1 100644 --- a/Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs +++ b/Data/NosSmooth.Data.Abstractions/Infos/ISkillInfo.cs @@ -30,12 +30,12 @@ public interface ISkillInfo : IVNumInfo short ZoneRange { get; } /// - /// 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). /// int CastTime { get; } /// - /// 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). /// int Cooldown { get; } -- 2.49.0