Revert 'Revert 'Solution Entities'' (#23168)
This commit is contained in:
@@ -12,14 +12,12 @@ public sealed partial class DumpableSolutionComponent : Component
|
||||
/// <summary>
|
||||
/// Solution name that can be dumped into.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("solution")]
|
||||
public string Solution { get; set; } = "default";
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public string Solution = "default";
|
||||
|
||||
/// <summary>
|
||||
/// Whether the solution can be dumped into infinitely.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("unlimited")]
|
||||
public bool Unlimited { get; set; } = false;
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool Unlimited = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user