Esempio n. 1
0
        internal override void vmethod_0(Interface8 reader)
        {
            base.vmethod_0(reader);
            int index1 = reader.imethod_7();

            if (index1 < 0)
            {
                this.class100_0 = (Class100)null;
            }
            else
            {
                reader.imethod_0(index1, (Delegate10)(entity => this.class100_0 = (Class100)entity));
            }
            reader.imethod_0(reader.imethod_7(), (Delegate10)(entity => this.class93_0 = (Class93)entity));
            int index2 = reader.imethod_7();

            if (index2 < 0)
            {
                this.class98_0 = (Class98)null;
            }
            else
            {
                this.class98_0 = (Class98)reader[index2];
                if (this.class98_0 != null)
                {
                    return;
                }
                reader.imethod_0(index2, (Delegate10)(entity => this.class98_0 = (Class98)entity));
            }
        }
Esempio n. 2
0
 public Class100(Class98 body, Class93 shell)
 {
     this.class98_0 = body;
     this.class93_0 = shell;
 }