mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Grave digging and decomposition * fix * update based on review comments * code review * remove unused field (cherry picked from commit fd7ff690b1ad7b1cf6cd62deba3076684e3e9282)
10 lines
210 B
C#
10 lines
210 B
C#
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Burial;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class GraveDiggingDoAfterEvent : SimpleDoAfterEvent
|
|
{
|
|
}
|