Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Client.Trigger;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(TimerTriggerVisualizerSystem))]
|
||||
public sealed class TimerTriggerVisualsComponent : Component
|
||||
public sealed partial class TimerTriggerVisualsComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The key used to index the priming animation.
|
||||
|
||||
Reference in New Issue
Block a user