Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ using Content.Server.Roles;
|
||||
namespace Content.Server.Objectives.Conditions
|
||||
{
|
||||
[DataDefinition]
|
||||
public sealed class RandomTraitorProgressCondition : IObjectiveCondition
|
||||
public sealed partial class RandomTraitorProgressCondition : IObjectiveCondition
|
||||
{
|
||||
private Mind.Mind? _target;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user