Exemplo n.º 1
0
 public GundamInfo(GundamFile gundamFile, int index)
 {
     this.gundamFile = gundamFile;
     this.Index      = index;
 }
Exemplo n.º 2
0
 public WeaponMapInfo(GundamFile gundamFile, int index, int no)
     : base(gundamFile, index, no)
 {
 }