Make all prototype types partial (#21374)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.GameTicking.Prototypes;
|
||||
/// Prototype for a lobby background the game can choose.
|
||||
/// </summary>
|
||||
[Prototype("lobbyBackground")]
|
||||
public sealed class LobbyBackgroundPrototype : IPrototype
|
||||
public sealed partial class LobbyBackgroundPrototype : IPrototype
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user