Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Ghost.Roles
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class GhostRole
|
||||
public sealed class GhostRole
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user