Exemplo n.º 1
0
 public ZeusGundam(AdvGundam gundam) : base(gundam)
 {
 }
Exemplo n.º 2
0
 public RuinGundam(AdvGundam gundam) : base(gundam)
 {
 }
Exemplo n.º 3
0
 public TitansGundam(AdvGundam gundam) : base(gundam)
 {
 }
Exemplo n.º 4
0
 public SSRGundam(AdvGundam gundam) : base(gundam)
 {
 }
Exemplo n.º 5
0
 public AdvGundam(AdvGundam gundam)
 {
     this.gundam = gundam;
 }
Exemplo n.º 6
0
 public EagleGundam(AdvGundam gundam) : base(gundam)
 {
 }