Files
OldThink/Content.Server/_White/Other/RandomDamageSystem/RandomDamageComponent.cs

9 lines
224 B
C#
Raw Normal View History

namespace Content.Server._White.Other.RandomDamageSystem;
[RegisterComponent]
public sealed partial class RandomDamageComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float Max = 50f;
}