Files
OldThink/Content.Shared/Construction/MachineDeconstructedEvent.cs

7 lines
136 B
C#
Raw Permalink Normal View History

2023-11-11 07:42:59 +01:00
namespace Content.Shared.Construction;
[DataDefinition]
public sealed partial class MachineDeconstructedEvent : EntityEventArgs
{
}