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