Auto comp (#6416)
This commit is contained in:
@@ -11,7 +11,6 @@ namespace Content.Server.Stunnable.Components
|
||||
public sealed class StunOnCollideComponent : Component
|
||||
{
|
||||
// TODO: Can probably predict this.
|
||||
public override string Name => "StunOnCollide";
|
||||
|
||||
// See stunsystem for what these do
|
||||
[DataField("stunAmount")]
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace Content.Server.Stunnable.Components
|
||||
[RegisterComponent]
|
||||
public class StunbatonComponent : Component
|
||||
{
|
||||
public override string Name => "Stunbaton";
|
||||
|
||||
public bool Activated = false;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
|
||||
Reference in New Issue
Block a user