tgui-next smartfridge (#47364)

* tgui-next smartfridge

* 0

* changes as requested

* aaaa
This commit is contained in:
spookydonut
2019-10-28 06:47:04 +08:00
committed by Rob Bailey
parent bc37ec867c
commit 3880a3f4f6
3 changed files with 59 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ import { DisposalUnit } from './interfaces/DisposalUnit';
import { KitchenSink } from './interfaces/KitchenSink';
import { Mint } from './interfaces/Mint';
import { ShuttleManipulator } from './interfaces/ShuttleManipulator';
import { SmartVend } from './interfaces/SmartVend';
import { ThermoMachine } from './interfaces/ThermoMachine';
import { VaultController } from './interfaces/VaultController';
import { Wires } from './interfaces/Wires';
@@ -143,6 +144,10 @@ const ROUTES = {
component: () => ShuttleManipulator,
scrollable: true,
},
smartvend: {
component: () => SmartVend,
scrollable: true,
},
thermomachine: {
component: () => ThermoMachine,
scrollable: false,