forked from zombieb/galvanic-corrosion-rewrite
b
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { AvatarContentBase } from "./avatars/base.ts";
|
||||
import { EventManager } from "./baseevent.ts";
|
||||
import { CommandsBase } from "./commands/commands.ts";
|
||||
import GameConfigsBase from "./gameconfigs/base.ts";
|
||||
@@ -16,6 +17,7 @@ class ServerBase extends EventManager<ServerEvents> {
|
||||
GameConfigs = new GameConfigsBase(this, 'gameconfigs', true);
|
||||
Commands = new CommandsBase(this, 'commands');
|
||||
Platforms = new PlatformsManager(this, 'platforms', true);
|
||||
Avatars = new AvatarContentBase(this, 'avatars');
|
||||
}
|
||||
|
||||
const Server = new ServerBase();
|
||||
|
||||
Reference in New Issue
Block a user