Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Holiday.ShouldCelebrate
|
||||
/// For Friday the 13th. Spooky!
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public sealed class FridayThirteenth : IHolidayShouldCelebrate
|
||||
public sealed partial class FridayThirteenth : IHolidayShouldCelebrate
|
||||
{
|
||||
public bool ShouldCelebrate(DateTime date, HolidayPrototype holiday)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user