Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Zombies
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class ZombifyOnDeathComponent : Component
|
||||
public sealed partial class ZombifyOnDeathComponent : Component
|
||||
{
|
||||
//this is not the component you are looking for
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user