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
traces
traces
Switch branch/tag
rlg-tool
src
app
class
game-educationnal-objective
game-educationnal-objective.ts
Find file
Normal view
History
Permalink
game-educationnal-objective.ts
102 Bytes
Edit
Web IDE
Newer
Older
Data structure
aaf0e810
Romain DELEAU
committed
1 year ago
1
2
3
4
5
export
class
GameEducationnalObjective
{
objective
:
string
=
''
;
comments
:
Comment
[]
=
[];
}