예제 #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;
 }