mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02: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;
|