Commit 34db56a3 authored by Romain DELEAU's avatar Romain DELEAU

add comments to all pieces

parent 6d37bc90
export class EducationnalObjective {
objective: string = '';
comments: Comment[] = [];
}
......@@ -5,5 +5,5 @@ export class GameContext {
duration: string = '';
intrigue: string = '';
other: string = '';
comments: Comment[] = [];
}
export class GameEducationnalObjective {
objective: string = '';
comments: Comment[] = [];
}
......@@ -3,5 +3,5 @@ export class MissionContext {
duration: string = '';
intrigue: string = '';
other: string = '';
comments: Comment[] = [];
}
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