Update Internal.cs

This commit is contained in:
Mira 2023-05-31 16:55:22 +02:00
parent 96040d2d8a
commit b124e19a87
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -98,7 +98,7 @@ public class InternalSheduler
/// <summary>
/// The custom data asscociated with this task.
/// </summary>
public object CustomData { get; internal set; }
public object? CustomData { get; internal set; }
/// <summary>
/// The time this task will run.