DoAfter Refactor (#13225)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Threading;
|
||||
|
||||
namespace Content.Server.Fluids.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
@@ -17,6 +15,4 @@ public sealed class SpillableComponent : Component
|
||||
|
||||
[DataField("spillDelay")]
|
||||
public float? SpillDelay;
|
||||
|
||||
public CancellationTokenSource? CancelToken;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user