示例#1
0
文件: fpkParser.cs 项目: kkdevs/sb3u
 protected fpkSubfileFormat(string name, fpkSubfileFormatIdx idx)
 {
     this.Name      = name;
     this.FormatIdx = idx;
 }
示例#2
0
 protected fpkSubfileFormat(string name, fpkSubfileFormatIdx idx)
 {
     this.Name = name;
     this.FormatIdx = idx;
 }