lobby update (#554)
This commit is contained in:
@@ -5,13 +5,13 @@ namespace Content.Shared._White;
|
||||
/// <summary>
|
||||
/// This is a prototype for...
|
||||
/// </summary>
|
||||
[Prototype("animatedLobbyScreen")]
|
||||
[Prototype]
|
||||
public sealed partial class AnimatedLobbyScreenPrototype : IPrototype
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("path")]
|
||||
public string Path { get; private set; } = string.Empty;
|
||||
[DataField(required: true)]
|
||||
public string Path = default!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user