From b124e19a871bc15819bf86fe4cb84c917b861462 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Wed, 31 May 2023 16:55:22 +0200 Subject: [PATCH] Update Internal.cs --- Internal/Internal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/Internal.cs b/Internal/Internal.cs index 72bfb49..597b952 100644 --- a/Internal/Internal.cs +++ b/Internal/Internal.cs @@ -98,7 +98,7 @@ public class InternalSheduler /// /// The custom data asscociated with this task. /// - public object CustomData { get; internal set; } + public object? CustomData { get; internal set; } /// /// The time this task will run.