Fire resist now can be examined. (#35183)

This commit is contained in:
kosticia
2025-02-27 15:39:55 +03:00
committed by GitHub
parent 0c6081fe10
commit a5aab8b8a1
3 changed files with 21 additions and 0 deletions

View File

@@ -14,4 +14,11 @@ public sealed partial class FireProtectionComponent : Component
/// </summary>
[DataField(required: true)]
public float Reduction;
/// <summary>
/// LocId for message that will be shown on detailed examine.
/// Actually can be moved into system
/// </summary>
[DataField]
public LocId ExamineMessage = "fire-protection-reduction-value";
}