Merge branch 'main' into develop
This commit is contained in:
commit
711d36698b
9 changed files with 103 additions and 5 deletions
|
@ -14,6 +14,7 @@ import Inventory from "./commands/inventory";
|
|||
import Resync from "./commands/resync";
|
||||
import Sacrifice from "./commands/sacrifice";
|
||||
import Series from "./commands/series";
|
||||
import Stats from "./commands/stats";
|
||||
import Trade from "./commands/trade";
|
||||
import View from "./commands/view";
|
||||
|
||||
|
@ -45,6 +46,7 @@ export default class Registry {
|
|||
CoreClient.RegisterCommand("resync", new Resync());
|
||||
CoreClient.RegisterCommand("sacrifice", new Sacrifice());
|
||||
CoreClient.RegisterCommand("series", new Series());
|
||||
CoreClient.RegisterCommand("stats", new Stats());
|
||||
CoreClient.RegisterCommand("trade", new Trade());
|
||||
CoreClient.RegisterCommand("view", new View());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue