Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(IgnitionSourceSystem))]
|
||||
public sealed class IgnitionSourceComponent : Component
|
||||
public sealed partial class IgnitionSourceComponent : Component
|
||||
{
|
||||
[DataField("ignited")]
|
||||
public bool Ignited = false;
|
||||
|
||||
Reference in New Issue
Block a user