annotation
This commit is contained in:
@@ -78,22 +78,10 @@ class Game {
|
||||
name = null;
|
||||
|
||||
/**
|
||||
* Game formal description
|
||||
* @type {GameDefinition}
|
||||
* Game scenario
|
||||
* @type { Scenario }
|
||||
*/
|
||||
definition = {
|
||||
levels:[
|
||||
{
|
||||
name: 'Level 1',
|
||||
environment: null,
|
||||
objects:[
|
||||
{
|
||||
id: 15
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
scenario = null;
|
||||
}
|
||||
|
||||
export { GamesManager }
|
||||
Reference in New Issue
Block a user