Auto comp (#6416)
This commit is contained in:
@@ -14,8 +14,6 @@ namespace Content.Server.Destructible
|
||||
[RegisterComponent]
|
||||
public class DestructibleComponent : Component
|
||||
{
|
||||
public override string Name => "Destructible";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("thresholds")]
|
||||
public List<DamageThreshold> Thresholds = new();
|
||||
|
||||
Reference in New Issue
Block a user