Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -53,9 +53,9 @@ namespace Content.Server.Bed.Sleep
|
||||
}
|
||||
|
||||
|
||||
public sealed class SleepActionEvent : InstantActionEvent {}
|
||||
public sealed partial class SleepActionEvent : InstantActionEvent {}
|
||||
|
||||
public sealed class WakeActionEvent : InstantActionEvent {}
|
||||
public sealed partial class WakeActionEvent : InstantActionEvent {}
|
||||
|
||||
/// <summary>
|
||||
/// Raised on an entity when they fall asleep or wake up.
|
||||
|
||||
Reference in New Issue
Block a user