Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -8,7 +8,7 @@ using YamlDotNet.RepresentationModel;
|
||||
|
||||
namespace Content.Tools
|
||||
{
|
||||
public class Map
|
||||
public sealed class Map
|
||||
{
|
||||
public Map(string path)
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ using YamlDotNet.RepresentationModel;
|
||||
|
||||
namespace Content.Tools
|
||||
{
|
||||
public class Merger
|
||||
public sealed class Merger
|
||||
{
|
||||
public Map MapOurs { get; }
|
||||
public Map MapBased { get; }
|
||||
|
||||
@@ -3,7 +3,7 @@ using YamlDotNet.Core.Events;
|
||||
|
||||
namespace Content.Tools
|
||||
{
|
||||
public class TypeTagPreserver : IEmitter
|
||||
public sealed class TypeTagPreserver : IEmitter
|
||||
{
|
||||
public TypeTagPreserver(IEmitter emitter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user