Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Server.Destructible.Thresholds.Behaviors
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[DataDefinition]
|
||||
public sealed class EjectVendorItems : IThresholdBehavior
|
||||
public sealed partial class EjectVendorItems : IThresholdBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// The percent amount of the total inventory that will be ejected.
|
||||
|
||||
Reference in New Issue
Block a user