예제 #1
0
파일: Types.cs 프로젝트: NightmareX1337/lfs
 public ObjectInfo(int? id, int? type, string path, DatFileDesc dfd = null)
 {
     this.id = id; this.type = type; this.path = path; this.data = dfd;
 }
예제 #2
0
파일: Types.cs 프로젝트: NightmareX1337/lfs
 public BackgroundInfo(int? id, string pathtofile, DatFileDesc dfd = null)
 {
     this.id = id; this.path = pathtofile; this.data = dfd;
 }