lobby update (#554)

This commit is contained in:
ThereDrD0
2024-08-04 11:43:00 +03:00
committed by GitHub
parent 1fbb613f8a
commit 0ce44fbe64
28 changed files with 794 additions and 131 deletions

View File

@@ -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!;
}