Fix weapon cooldown serialization while mapping (#15123)
This commit is contained in:
@@ -55,7 +55,7 @@ public sealed class MaterialStorageComponent : Component
|
||||
/// <summary>
|
||||
/// How long the inserting animation will play
|
||||
/// </summary>
|
||||
[DataField("insertionTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
[DataField("insertionTime")]
|
||||
public TimeSpan InsertionTime = TimeSpan.FromSeconds(0.79f); // 0.01 off for animation timing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user