Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -141,7 +141,7 @@ public sealed partial class MappingSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class StartPlacementActionEvent : InstantActionEvent
|
||||
public sealed partial class StartPlacementActionEvent : InstantActionEvent
|
||||
{
|
||||
[DataField("entityType")]
|
||||
public string? EntityType;
|
||||
|
||||
Reference in New Issue
Block a user