Files
wwdpublic/Content.Shared/_Goobstation/Actions/ActionEvents.cs
Spatison 2a10c02eb5 No spead merge (#475)
* Revert "[GoobPort] WIZ REAL (#465)"

This reverts commit 091a8ff433.

* fix local
2025-04-26 10:50:32 +03:00

10 lines
231 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._Goobstation.Actions;
[Serializable, NetSerializable]
public sealed class LoadActionsEvent(NetEntity entity) : EntityEventArgs
{
public NetEntity Entity = entity;
}