Allow containment field generators to be enabled on mapinit (#31158)

* Initial commit

* review fix
This commit is contained in:
SlamBamActionman
2024-09-19 02:14:29 +02:00
committed by GitHub
parent 6958789f37
commit cc7e5e0150
2 changed files with 8 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ public sealed partial class ContainmentFieldGeneratorComponent : Component
/// <summary>
/// Is the generator toggled on?
/// </summary>
[ViewVariables]
[DataField]
public bool Enabled;
/// <summary>