Esempio n. 1
0
        public BlockSkin03059002(Stream s, GBXLBSContext context, GBXNodeRefList list) : base(context, list)
        {
            unknown = new GBXString(s);
            AddChildDeprecated(unknownKey, unknown);

            packDesc = new GBXFileRef(s);
            AddChildDeprecated(packDescKey, packDesc);

            parentPackDesc = new GBXFileRef(s);
            AddChildDeprecated(parentPackDescKey, parentPackDesc);
        }
Esempio n. 2
0
 public Challenge03043019(Stream s, GBXLBSContext context, GBXNodeRefList list) : base(context, list)
 {
     modRef = new GBXFileRef(s);
     AddChildDeprecated(modRefKey, modRef);
 }
 public Challenge03043024(Stream s, GBXLBSContext context, GBXNodeRefList list) : base(context, list)
 {
     customMusicPackDesc = new GBXFileRef(s);
     AddChildDeprecated(customMusicPackDescKey, customMusicPackDesc);
 }