DoAfter Refactor Fixes (#14278)

* Doafterfixes

* Injector blocker
This commit is contained in:
keronshb
2023-02-26 00:33:06 -05:00
committed by GitHub
parent 0d6f64e6d0
commit ec739c24da
13 changed files with 148 additions and 54 deletions

View File

@@ -15,5 +15,8 @@ namespace Content.Server.Tools.Components
[DataField("delay")]
public float Delay = 1f;
[DataField("cancelToken")]
public CancellationTokenSource? CancelToken;
}
}