Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// Randomizes the description and/or the name for an entity by creating it from list of dataset prototypes or strings.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class RandomMetadataComponent : Component
|
||||
public sealed partial class RandomMetadataComponent : Component
|
||||
{
|
||||
[DataField("descriptionSegments")]
|
||||
public List<string>? DescriptionSegments;
|
||||
|
||||
Reference in New Issue
Block a user