Revert 'Revert 'Solution Entities'' (#23168)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Content.Shared.Eui;
|
||||
using Robust.Shared.Serialization;
|
||||
using Content.Shared.Chemistry.Components;
|
||||
|
||||
namespace Content.Shared.Administration
|
||||
{
|
||||
@@ -8,9 +7,9 @@ namespace Content.Shared.Administration
|
||||
public sealed class EditSolutionsEuiState : EuiStateBase
|
||||
{
|
||||
public readonly NetEntity Target;
|
||||
public readonly Dictionary<string, Solution>? Solutions;
|
||||
public readonly List<(string, NetEntity)>? Solutions;
|
||||
|
||||
public EditSolutionsEuiState(NetEntity target, Dictionary<string, Solution>? solutions)
|
||||
public EditSolutionsEuiState(NetEntity target, List<(string, NetEntity)>? solutions)
|
||||
{
|
||||
Target = target;
|
||||
Solutions = solutions;
|
||||
|
||||
Reference in New Issue
Block a user