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. ///