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>
8 lines
200 B
C#
8 lines
200 B
C#
namespace Content.Server._Sunrise.BloodCult;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ConstructComponent : Component
|
|
{
|
|
[DataField("actions")]
|
|
public List<string> Actions = new();
|
|
}
|