Files
wwdpublic/Content.Shared/Construction/MachineDeconstructedEvent.cs
2023-11-12 20:55:31 +01:00

7 lines
136 B
C#

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