Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Storage.EntitySystems;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class BluespaceLockerDoAfterEvent : SimpleDoAfterEvent
|
||||
public sealed partial class BluespaceLockerDoAfterEvent : SimpleDoAfterEvent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user