added breadcrumbs
This commit is contained in:
@@ -6,6 +6,7 @@ class Pterodactyl {
|
||||
api_key: string;
|
||||
files: any;
|
||||
helpers: any;
|
||||
workingDirectory: string = "/";
|
||||
|
||||
constructor(server_id: string, api_key: string) {
|
||||
this.server_id = server_id;
|
||||
|
||||
Reference in New Issue
Block a user