Fixes Typo In Station Event Documentation. (#15932)

This commit is contained in:
LudwigVonChesterfield
2023-04-29 21:43:49 -04:00
committed by GitHub
parent 78242b72cd
commit 6af0a91af3

View File

@@ -82,7 +82,7 @@ public sealed class StationEventComponent : Component
public TimeSpan StartTime;
/// <summary>
/// When the station event starts.
/// When the station event ends.
/// </summary>
[DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
public TimeSpan? EndTime;