Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Chat.TypingIndicator;
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(SharedTypingIndicatorSystem))]
|
||||
public sealed class TypingIndicatorComponent : Component
|
||||
public sealed partial class TypingIndicatorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Prototype id that store all visual info about typing indicator.
|
||||
|
||||
Reference in New Issue
Block a user