Auto comp (#6416)
This commit is contained in:
@@ -7,8 +7,6 @@ namespace Content.Server.RCD.Components
|
||||
[RegisterComponent]
|
||||
public class RCDAmmoComponent : Component
|
||||
{
|
||||
public override string Name => "RCDAmmo";
|
||||
|
||||
//How much ammo we refill
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("refillAmmo")] public int RefillAmmo = 5;
|
||||
}
|
||||
|
||||
@@ -16,8 +16,6 @@ namespace Content.Server.RCD.Components
|
||||
[RegisterComponent]
|
||||
public class RCDComponent : Component
|
||||
{
|
||||
public override string Name => "RCD";
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
[DataField("maxAmmo")] public int MaxAmmo = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user