mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
8 lines
206 B
C#
8 lines
206 B
C#
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Paint;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class PaintRemoverDoAfterEvent : SimpleDoAfterEvent;
|