fish-station/Content.Server/_Sunrise/BloodCult/ConstructComponent.cs
Vigers Ray 014e6ac131
Культ крови (#847)
Signed-off-by: pacable <igor.mamaev1@gmail.com>
Co-authored-by: pacable <igor.mamaev1@gmail.com>
Co-authored-by: Babaev <129369024+babaevlsdd@users.noreply.github.com>
2025-03-29 14:46:54 +03:00

8 lines
200 B
C#

namespace Content.Server._Sunrise.BloodCult;
[RegisterComponent]
public sealed partial class ConstructComponent : Component
{
[DataField("actions")]
public List<string> Actions = new();
}