Commit ad92f856 authored by JoyJ's avatar JoyJ

add duel_chronicle

parent 8736dfa4
This diff is collapsed.
......@@ -509,6 +509,10 @@ export class YGOProComponent implements OnInit, OnDestroy {
return this.join('AI#' + name, this.servers[0]);
}
duel_chronicle(room: string) {
this.start_game(['-n',this.loginService.user.username,'-h','duelstart.com','-p','2333']);
}
async start_game(args: string[]) {
let data: any;
let start_time: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment