From 2afd02387d0eb891c4976429ac76a03c628df6ef Mon Sep 17 00:00:00 2001 From: CrackThrough Date: Thu, 8 Dec 2022 00:21:21 +0900 Subject: [PATCH] chore: appropriately rename field and change docs --- Runtime/Event.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Event.cs b/Runtime/Event.cs index f7766e1..61fa47d 100644 --- a/Runtime/Event.cs +++ b/Runtime/Event.cs @@ -13,7 +13,7 @@ namespace SkyHook /// /// Precise time of the key's state update in seconds. /// - public readonly ulong TimeSec; + public readonly long TimeSec; /// /// Precise time of the key's state update but only contains nanoseconds. ///