fish-station/Content.Tests
moneyl 6a1d2124df
Revert unnecessary changes made by previous PR to SolutionCompon… (#583)
#574 added an out arg to `SolutionComponent.TryRemoveSolution` containing the solution that was removed. I made this change since I thought there was no way to get the removed solution for further use. Didn't notice `SplitSolution` which provides nearly the same behavior. With this PR I want to remove that out arg from `TryRemoveSolution` to keep the SolutionComponent API simple and to avoid having multiple ways of doing things. Existing code uses `SplitSolution`, I just wasn't paying attention.

Feel free to deny merging this if I'm over thinking it. I think it'll help keep solution code from becoming a mess.
2020-02-06 16:13:32 +01:00
..
Client/UserInterface Inventory Input (#503) 2020-01-17 15:43:20 +01:00
Server/Preferences Added postgres support (#556) 2020-01-24 17:25:01 +01:00
Shared Revert unnecessary changes made by previous PR to SolutionCompon… (#583) 2020-02-06 16:13:32 +01:00
Content.Tests.csproj Update NuGet dependencies. 2020-01-20 20:44:36 +01:00
ContentUnitTest.cs Fix exception in ReagentPrototype caused by IMetabolizable (#451) 2019-11-23 21:55:31 +01:00