示例#1
0
        public bool Convert(Halo1.Tags.gbxmodel_group.model_geometry_block h1)
        {
            this.SectionInfo.Value.Convert(h1);
            this.SectionData.Add();
            this.SectionData[0].Convert(h1);

            return(true);
        }
示例#2
0
 public bool Convert(Halo1.Tags.gbxmodel_group.model_geometry_block h1)
 {
     return(true);
 }
示例#3
0
            public bool Convert(Halo1.Tags.gbxmodel_group.model_geometry_block h1)
            {
                this.Section.Value.Convert(h1);

                return(true);
            }