Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Content.Server.Power.Components
|
||||
/// Battery node on the pow3r network. Needs other components to connect to actual networks.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Virtual]
|
||||
public class BatteryComponent : Component
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
Reference in New Issue
Block a user