Remove Entity<T> data-fields (#34083)

This commit is contained in:
Leon Friedrich
2025-01-12 07:22:29 +11:00
committed by GitHub
parent 6be4fba792
commit 1c315ba033
15 changed files with 23 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ public sealed partial class SolutionRegenerationComponent : Component
/// <summary>
/// The solution to add reagents to.
/// </summary>
[DataField]
[ViewVariables]
public Entity<SolutionComponent>? SolutionRef = null;
/// <summary>