fish-station/Content.Shared/_Sunrise/Execution/DoafterEvent.cs
pacable 56d8e23d48
Казни: возвращение (#256)
* Казни: возвращение

Signed-off-by: JDtrimble <igor.mamaev1@gmail.com>

* отключил казнь соседей

Signed-off-by: JDtrimble <igor.mamaev1@gmail.com>

---------

Signed-off-by: JDtrimble <igor.mamaev1@gmail.com>
2024-07-31 03:44:16 +03:00

9 lines
222 B
C#

using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared._Sunrise.Execution;
[Serializable, NetSerializable]
public sealed partial class ExecutionDoAfterEvent : SimpleDoAfterEvent
{
}