Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -107,10 +107,10 @@ public sealed class ResponseConstructionGuide : EntityEventArgs
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class ConstructionInteractDoAfterEvent : DoAfterEvent
|
||||
public sealed partial class ConstructionInteractDoAfterEvent : DoAfterEvent
|
||||
{
|
||||
[DataField("clickLocation")]
|
||||
public readonly EntityCoordinates ClickLocation;
|
||||
public EntityCoordinates ClickLocation;
|
||||
|
||||
private ConstructionInteractDoAfterEvent()
|
||||
{
|
||||
@@ -125,6 +125,6 @@ public sealed class ConstructionInteractDoAfterEvent : DoAfterEvent
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class WelderRefineDoAfterEvent : SimpleDoAfterEvent
|
||||
public sealed partial class WelderRefineDoAfterEvent : SimpleDoAfterEvent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user