Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
@@ -87,6 +87,11 @@ export class Bot
|
||||
}
|
||||
}
|
||||
|
||||
getCurrentRegion(): Region
|
||||
{
|
||||
return this.currentRegion;
|
||||
}
|
||||
|
||||
async login()
|
||||
{
|
||||
const loginHandler = new LoginHandler(this.clientEvents, this.options);
|
||||
|
||||
Reference in New Issue
Block a user