Make all prototype types partial (#21374)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Chat.TypingIndicator;
|
||||
/// Prototype to store chat typing indicator visuals.
|
||||
/// </summary>
|
||||
[Prototype("typingIndicator")]
|
||||
public sealed class TypingIndicatorPrototype : IPrototype
|
||||
public sealed partial class TypingIndicatorPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user