public PokemonStrage(PokemonStrage strage)
 {
     this.m_name             = strage.m_name;
     this.m_nameLabel        = strage.m_nameLabel;
     this.m_maleNature       = strage.m_maleNature;
     this.m_femaleNature     = strage.m_femaleNature;
     this.m_typeA            = strage.m_typeA;
     this.m_symbolName       = strage.m_symbolName;
     this.m_symbolNameFemale = strage.m_symbolNameFemale;
     this.m_defaultPos       = strage.m_defaultPos;
     this.m_pos1             = strage.m_pos1;
     this.m_pos2             = strage.m_pos2;
     this.m_pos3             = strage.m_pos3;
 }
        }                                 // 0x00E368C0-0x00E36930

        public PokemonStrage(PokemonStrage strage)
        {
        }                                                     // 0x00E36930-0x00E369B0