Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Content.Shared.Roles
|
||||
|
||||
[ViewVariables]
|
||||
[IdDataField]
|
||||
public string ID { get; } = string.Empty;
|
||||
public string ID { get; private set; } = string.Empty;
|
||||
|
||||
public string GetGear(string slot, HumanoidCharacterProfile? profile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user