Files
tbd-station-14/Content.Shared/Construction/MachineDeconstructedEvent.cs
2023-11-10 23:42:59 -07:00

7 lines
136 B
C#

namespace Content.Shared.Construction;
[DataDefinition]
public sealed partial class MachineDeconstructedEvent : EntityEventArgs
{
}