public ObjectInfo(int? id, int? type, string path, DatFileDesc dfd = null) { this.id = id; this.type = type; this.path = path; this.data = dfd; }
public BackgroundInfo(int? id, string pathtofile, DatFileDesc dfd = null) { this.id = id; this.path = pathtofile; this.data = dfd; }