This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -4,12 +4,11 @@ using Content.Shared.Chemistry.Components;
|
||||
namespace Content.Server.Chemistry.Components.SolutionManager
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SolutionContainerSystem))]
|
||||
[Friend(typeof(SolutionContainerSystem))]
|
||||
public sealed class SolutionContainerManagerComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("solutions")]
|
||||
[Access(typeof(SolutionContainerSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends
|
||||
public readonly Dictionary<string, Solution> Solutions = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user