Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
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
MyCard
srvpro
Commits
8c140028
Commit
8c140028
authored
Aug 22, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change struct module
parent
f0e647fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
struct.js
struct.js
+0
-0
ygopro.coffee
ygopro.coffee
+1
-1
ygopro.js
ygopro.js
+1
-1
No files found.
node_modules/struct/index
.js
→
struct
.js
View file @
8c140028
File moved
ygopro.coffee
View file @
8c140028
...
...
@@ -2,7 +2,7 @@ _ = require 'underscore'
_
.
str
=
require
'underscore.string'
_
.
mixin
(
_
.
str
.
exports
())
Struct
=
require
(
'
struct
'
).
Struct
Struct
=
require
(
'
./struct.js
'
).
Struct
#常量/类型声明
structs_declaration
=
require
'./structs.json'
#结构体声明
...
...
ygopro.js
View file @
8c140028
...
...
@@ -8,7 +8,7 @@
_
.
mixin
(
_
.
str
.
exports
());
Struct
=
require
(
'
struct
'
).
Struct
;
Struct
=
require
(
'
./struct.js
'
).
Struct
;
structs_declaration
=
require
(
'
./structs.json
'
);
...
...
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