Mail visual update (#37049)

This commit is contained in:
ScarKy0
2025-04-30 00:55:47 +02:00
committed by GitHub
parent f69a856da0
commit a00b7b753c
5 changed files with 41 additions and 22 deletions

View File

@@ -23,6 +23,12 @@ public sealed partial class DeliveryPriorityComponent : Component
[DataField]
public float ExpiredMultiplierOffset = -0.1f;
/// <summary>
/// Whether this delivery was delivered on time.
/// </summary>
[DataField, AutoNetworkedField]
public bool Delivered;
/// <summary>
/// Whether this priority delivery has already ran out of time or not.
/// </summary>