Remove NetMessage deprecated boilerplate (#4196)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user