Remove NetMessage deprecated boilerplate (#4196)

This commit is contained in:
mirrorcult
2021-06-20 22:43:54 -07:00
committed by GitHub
parent 64813d9c56
commit 2ea5aec101
37 changed files with 73 additions and 229 deletions

View File

@@ -48,13 +48,9 @@ namespace Content.Shared.Stunnable
[DataField("slowdownCap")]
protected float _slowdownCap = 20f;
private float _helpKnockdownRemove = 1f;
[DataField("helpInterval")]
private float _helpInterval = 1f;
[DataField("stunAlertId")] private string _stunAlertId = "stun";
private bool _canHelp = true;
protected CancellationTokenSource StatusRemoveCancellation = new();