Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
moecube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JoyJ
moecube
Commits
ad92f856
Commit
ad92f856
authored
Dec 22, 2020
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add duel_chronicle
parent
8736dfa4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
178 additions
and
127 deletions
+178
-127
src/app/ygopro/ygopro.component.html
src/app/ygopro/ygopro.component.html
+174
-127
src/app/ygopro/ygopro.component.ts
src/app/ygopro/ygopro.component.ts
+4
-0
No files found.
src/app/ygopro/ygopro.component.html
View file @
ad92f856
This diff is collapsed.
Click to expand it.
src/app/ygopro/ygopro.component.ts
View file @
ad92f856
...
@@ -509,6 +509,10 @@ export class YGOProComponent implements OnInit, OnDestroy {
...
@@ -509,6 +509,10 @@ export class YGOProComponent implements OnInit, OnDestroy {
return
this
.
join
(
'
AI#
'
+
name
,
this
.
servers
[
0
]);
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
[])
{
async
start_game
(
args
:
string
[])
{
let
data
:
any
;
let
data
:
any
;
let
start_time
:
string
;
let
start_time
:
string
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment