Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Shared.VendingMachines
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class VendingMachineComponent : Component
|
||||
public sealed partial class VendingMachineComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// PrototypeID for the vending machine's inventory, see <see cref="VendingMachineInventoryPrototype"/>
|
||||
@@ -246,7 +246,7 @@ namespace Content.Shared.VendingMachines
|
||||
StatusKey,
|
||||
}
|
||||
|
||||
public sealed class VendingMachineSelfDispenseEvent : InstantActionEvent
|
||||
public sealed partial class VendingMachineSelfDispenseEvent : InstantActionEvent
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user