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