Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -8,6 +8,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Weapon.Melee.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Virtual]
|
||||
public class MeleeWeaponComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace Content.Server.Weapon.Melee.Components
|
||||
// TODO: Remove this, just use MeleeWeapon...
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(MeleeWeaponComponent))]
|
||||
public class UnarmedCombatComponent : MeleeWeaponComponent
|
||||
public sealed class UnarmedCombatComponent : MeleeWeaponComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user