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

add comments to all pieces

parent 6d37bc90
export class EducationnalObjective { export class EducationnalObjective {
objective: string = ''; objective: string = '';
comments: Comment[] = [];
} }
...@@ -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[] = [];
} }
export class GameEducationnalObjective { export class GameEducationnalObjective {
objective: string = ''; objective: string = '';
comments: Comment[] = [];
} }
...@@ -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[] = [];
} }
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