Bagel fix (#17514)
This commit is contained in:
@@ -14,7 +14,7 @@ public sealed class GridPathfindingComponent : Component
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Next time the graph is allowed to update.
|
/// Next time the graph is allowed to update.
|
||||||
/// </summary>
|
/// </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;
|
public TimeSpan NextUpdate;
|
||||||
|
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
|
|||||||
@@ -62685,7 +62685,7 @@ entities:
|
|||||||
type: MetaData
|
type: MetaData
|
||||||
- parent: 16058
|
- parent: 16058
|
||||||
type: Transform
|
type: Transform
|
||||||
- nextSound: 48.5307177
|
- nextSound: 48.5307176
|
||||||
type: EmitSoundOnCollide
|
type: EmitSoundOnCollide
|
||||||
- canCollide: False
|
- canCollide: False
|
||||||
type: Physics
|
type: Physics
|
||||||
|
|||||||
Reference in New Issue
Block a user