Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,7 +11,7 @@ using Robust.Shared.Maths;
|
||||
namespace Content.Server.Solar.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class SolarControlConsoleComponent : Component
|
||||
public sealed class SolarControlConsoleComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Content.Server.Solar.Components
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(PowerSolarSystem))]
|
||||
public class SolarPanelComponent : Component
|
||||
public sealed class SolarPanelComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Maximum supply output by this panel (coverage = 1)
|
||||
|
||||
Reference in New Issue
Block a user