Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Store.Conditions;
|
||||
/// Allows a store entry to be filtered out based on the user's species.
|
||||
/// Supports both blacklists and whitelists.
|
||||
/// </summary>
|
||||
public sealed class BuyerSpeciesCondition : ListingCondition
|
||||
public sealed partial class BuyerSpeciesCondition : ListingCondition
|
||||
{
|
||||
/// <summary>
|
||||
/// A whitelist of species that can purchase this listing.
|
||||
|
||||
Reference in New Issue
Block a user