Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -2,6 +2,6 @@ using Content.Shared.Actions;
|
||||
|
||||
namespace Content.Shared.CombatMode;
|
||||
|
||||
public sealed class TogglePrecisionModeEvent : InstantActionEvent
|
||||
public sealed partial class TogglePrecisionModeEvent : InstantActionEvent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user