* builds * doesn't crash * seems to work * distance cap was dumb * Requested changes * can't find any issues from making the changes * Check for anchor and minor optimisation * Removed unnecessary usings * Code less verbose and cleanup
10 lines
221 B
C#
10 lines
221 B
C#
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Atmos.Piping.Unary;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class VentScrewedDoAfterEvent : SimpleDoAfterEvent
|
|
{
|
|
}
|