export class GameEducationnalObjective {

    objective: string = '';
    comments: Comment[] = [];
}