Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization.Manager.Attributes;
|
||||
namespace Content.Server.Tabletop
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class TabletopBackgammonSetup : TabletopSetup
|
||||
public sealed class TabletopBackgammonSetup : TabletopSetup
|
||||
{
|
||||
[DataField("boardPrototype")]
|
||||
public string BackgammonBoardPrototype { get; } = "BackgammonBoardTabletop";
|
||||
|
||||
Reference in New Issue
Block a user