Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// Kill everybody else to win.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(DeathMatchRuleSystem))]
|
||||
public sealed class DeathMatchRuleComponent : Component
|
||||
public sealed partial class DeathMatchRuleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How long until the round restarts
|
||||
|
||||
Reference in New Issue
Block a user