9 lines
198 B
C#
9 lines
198 B
C#
|
|
using Content.Shared.DoAfter;
|
|||
|
|
using Robust.Shared.Serialization;
|
|||
|
|
|
|||
|
|
namespace Content.Shared.Kitchen;
|
|||
|
|
|
|||
|
|
[Serializable, NetSerializable]
|
|||
|
|
public sealed class SharpDoAfterEvent : SimpleDoAfterEvent
|
|||
|
|
{
|
|||
|
|
}
|