2023-07-01 00:10:47 +02:00
|
|
|
|
using Content.Shared.DoAfter;
|
|
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Fluids;
|
|
|
|
|
|
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public partial class SharedDrainSystem : EntitySystem
|
2023-07-01 00:10:47 +02:00
|
|
|
|
{
|
|
|
|
|
|
[Serializable, NetSerializable]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class DrainDoAfterEvent : SimpleDoAfterEvent
|
2023-07-01 00:10:47 +02:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|