fish-station/Content.Server/_Sunrise/ExpCollars/ExpCollarUserComponent.cs
Rinary 3f142392b5
Взрывной ошейник (#567)
* part 1

Signed-off-by: pacable <igor.mamaev1@gmail.com>

* реверт проводки, доработка ошейника, наведение красоты.

Signed-off-by: pacable <igor.mamaev1@gmail.com>

* добавил букет в аплинк отдельно
почистил код

Signed-off-by: pacable <igor.mamaev1@gmail.com>

* review changes

Signed-off-by: pacable <igor.mamaev1@gmail.com>

* review fixes

---------

Signed-off-by: pacable <igor.mamaev1@gmail.com>
Co-authored-by: pacable <igor.mamaev1@gmail.com>
2024-10-30 11:18:20 +03:00

8 lines
197 B
C#

namespace Content.Server._Sunrise.ExpCollars;
[RegisterComponent]
public sealed partial class ExpCollarUserComponent : Component
{
[DataField(readOnly: true)]
public EntityUid? Tool;
}