Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.GameTicking.Presets
|
||||
/// A round-start setup preset, such as which antagonists to spawn.
|
||||
/// </summary>
|
||||
[Prototype("gamePreset")]
|
||||
public class GamePresetPrototype : IPrototype
|
||||
public sealed class GamePresetPrototype : IPrototype
|
||||
{
|
||||
[DataField("id", required:true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user