Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
34db56a3
Commit
34db56a3
authored
2 years ago
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comments to all pieces
parent
6d37bc90
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
educationnal-objective.ts
...pp/class/educationnal-objective/educationnal-objective.ts
+1
-1
game-context.ts
src/app/class/game-context/game-context.ts
+1
-1
game-educationnal-objective.ts
...ame-educationnal-objective/game-educationnal-objective.ts
+1
-1
mission-context.ts
src/app/class/mission-context/mission-context.ts
+1
-1
No files found.
src/app/class/educationnal-objective/educationnal-objective.ts
View file @
34db56a3
export
class
EducationnalObjective
{
export
class
EducationnalObjective
{
objective
:
string
=
''
;
objective
:
string
=
''
;
comments
:
Comment
[]
=
[];
}
}
This diff is collapsed.
Click to expand it.
src/app/class/game-context/game-context.ts
View file @
34db56a3
...
@@ -5,5 +5,5 @@ export class GameContext {
...
@@ -5,5 +5,5 @@ export class GameContext {
duration
:
string
=
''
;
duration
:
string
=
''
;
intrigue
:
string
=
''
;
intrigue
:
string
=
''
;
other
:
string
=
''
;
other
:
string
=
''
;
comments
:
Comment
[]
=
[];
}
}
This diff is collapsed.
Click to expand it.
src/app/class/game-educationnal-objective/game-educationnal-objective.ts
View file @
34db56a3
export
class
GameEducationnalObjective
{
export
class
GameEducationnalObjective
{
objective
:
string
=
''
;
objective
:
string
=
''
;
comments
:
Comment
[]
=
[];
}
}
This diff is collapsed.
Click to expand it.
src/app/class/mission-context/mission-context.ts
View file @
34db56a3
...
@@ -3,5 +3,5 @@ export class MissionContext {
...
@@ -3,5 +3,5 @@ export class MissionContext {
duration
:
string
=
''
;
duration
:
string
=
''
;
intrigue
:
string
=
''
;
intrigue
:
string
=
''
;
other
:
string
=
''
;
other
:
string
=
''
;
comments
:
Comment
[]
=
[];
}
}
This diff is collapsed.
Click to expand it.
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