mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-24 00:58:01 +03:00
10 lines
216 B
C#
10 lines
216 B
C#
using Robust.Shared.Prototypes;
|
|
|
|
namespace Content.Shared.Actions.Events;
|
|
|
|
public sealed partial class FabricateActionEvent : InstantActionEvent
|
|
{
|
|
[DataField(required: true)]
|
|
public EntProtoId Fabrication;
|
|
}
|