Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.DeviceNetwork.Components
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(ApcNetworkSystem))]
|
||||
[ComponentProtoName("ApcNetworkConnection")]
|
||||
public class ApcNetworkComponent : Component
|
||||
public sealed class ApcNetworkComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The node Group the ApcNetworkConnection is connected to
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Content.Server.DeviceNetwork.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("DeviceNetworkComponent")]
|
||||
public class DeviceNetworkComponent : Component
|
||||
public sealed class DeviceNetworkComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Valid device network NetIDs.
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Content.Server.DeviceNetwork.Components.Devices
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(ApcNetSwitchSystem))]
|
||||
public class ApcNetSwitchComponent : Component
|
||||
public sealed class ApcNetSwitchComponent : Component
|
||||
{
|
||||
[ViewVariables] public bool State;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace Content.Server.DeviceNetwork.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("WiredNetworkConnection")]
|
||||
public class WiredNetworkComponent : Component
|
||||
public sealed class WiredNetworkComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Content.Server.DeviceNetwork.Components
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("WirelessNetworkConnection")]
|
||||
public class WirelessNetworkComponent : Component
|
||||
public sealed class WirelessNetworkComponent : Component
|
||||
{
|
||||
[DataField("range")]
|
||||
public int Range { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user