Removed gameDir and lastPlayed properties
parent
6debf659da
commit
91b383fc6b
|
@ -50,7 +50,7 @@ class GameInfo {
|
|||
*/
|
||||
this.engine = null;
|
||||
/**
|
||||
* Progress of the game
|
||||
* Development of the game
|
||||
* @type String
|
||||
*/
|
||||
this.status = null;
|
||||
|
@ -66,15 +66,10 @@ class GameInfo {
|
|||
this.version = null;
|
||||
/**
|
||||
* Last time the game underwent updates
|
||||
* @type String
|
||||
* @type Date
|
||||
*/
|
||||
this.lastUpdate = null;
|
||||
/**
|
||||
* Last time the local copy of the game was run
|
||||
* @type String
|
||||
*/
|
||||
this.lastPlayed = null;
|
||||
/**
|
||||
* Specifies if the game is original or a mod
|
||||
* @type Boolean
|
||||
*/
|
||||
|
@ -84,11 +79,6 @@ class GameInfo {
|
|||
* @type String
|
||||
*/
|
||||
this.changelog = null;
|
||||
/**
|
||||
* Directory containing the local copy of the game
|
||||
* @type String
|
||||
*/
|
||||
this.gameDir = null;
|
||||
//#endregion Properties
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue