This commit is contained in:
metalgearsloth
2023-06-21 09:19:15 +10:00
committed by GitHub
parent f15a11bb5d
commit 8a28d7bc70
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public sealed class GridPathfindingComponent : Component
/// <summary>
/// Next time the graph is allowed to update.
/// </summary>
[ViewVariables, DataField("nextUpdate", customTypeSerializer:typeof(TimeOffsetSerializer))]
/// Removing this datafield is the lazy fix HOWEVER I want to purge this anyway and do pathfinding at runtime.
public TimeSpan NextUpdate;
[ViewVariables]