mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:50:55 +01:00
* Allow items spawned in the smart fridge to show up in the view * AAAAAAAAAAAAAAAAAA --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
6 lines
142 B
C#
6 lines
142 B
C#
using Content.Shared.SmartFridge;
|
|
|
|
namespace Content.Server.SmartFridge;
|
|
|
|
public sealed class SmartFridgeSystem : SharedSmartFridgeSystem;
|