Inventory skeleton refactor
This commit is contained in:
2
dist/classes/ClientCommands.js
vendored
2
dist/classes/ClientCommands.js
vendored
@@ -8,6 +8,7 @@ const GridCommands_1 = require("./commands/GridCommands");
|
||||
const CommunicationsCommands_1 = require("./commands/CommunicationsCommands");
|
||||
const AgentCommands_1 = require("./commands/AgentCommands");
|
||||
const GroupCommands_1 = require("./commands/GroupCommands");
|
||||
const InventoryCommands_1 = require("./commands/InventoryCommands");
|
||||
class ClientCommands {
|
||||
constructor(region, agent, bot) {
|
||||
this.network = new NetworkCommands_1.NetworkCommands(region, agent, bot);
|
||||
@@ -18,6 +19,7 @@ class ClientCommands {
|
||||
this.comms = new CommunicationsCommands_1.CommunicationsCommands(region, agent, bot);
|
||||
this.agent = new AgentCommands_1.AgentCommands(region, agent, bot);
|
||||
this.group = new GroupCommands_1.GroupCommands(region, agent, bot);
|
||||
this.inventory = new InventoryCommands_1.InventoryCommands(region, agent, bot);
|
||||
}
|
||||
}
|
||||
exports.ClientCommands = ClientCommands;
|
||||
|
||||
Reference in New Issue
Block a user