public GameInfo(string title, string author, GameFile gf) : base(gf) { gameTitle = title; gameAuthor = author; }
public GameFile(GameFile gf) : this(gf.fileName, gf.createDate, gf.modifyDate) { }