コード例 #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;
 }