namespace GAS.Runtime
{
    public struct CooldownTimer
    {
        public float TimeRemaining;
        public float Duration;
    }
}