Beispiel #1
0
        internal Enum20[] method_31(IntPtr intptr_37)
        {
            List <Enum20> list    = new List <Enum20>();
            IntPtr        intPtr  = this.method_13(intptr_37);//mono_method_signature
            Struct109     @struct = this.externalProcessMemory_0.Read <Struct109>(intPtr);
            IntPtr        pointer = intPtr + 12;

            for (int i = 1; i < (int)(@struct.ushort_0 + 1); i++)
            {
                IntPtr addr    = this.externalProcessMemory_0.Read <IntPtr>(pointer + i * 4);
                Enum20 uint32_ = (Enum20)this.externalProcessMemory_0.Read <Struct110>(addr).UInt32_1;
                list.Add(uint32_);
            }
            return(list.ToArray());
        }
Beispiel #2
0
 // Token: 0x0600125E RID: 4702
 // RVA: 0x0006165C File Offset: 0x0005F85C
 public Class162()
 {
     this.class165_0 = new Class165();
     this.class154_0 = new Class154();
     this.class166_0 = new Class166();
     this.class176_0 = new Class176();
     this.enum20_0 = Enum20.const_1;
     this.enum18_0 = Enum18.const_1;
     this.string_7 = "osu!";
     this.bool_5 = true;
     this.bool_1 = true;
     this.bool_4 = true;
     this.bool_3 = true;
     this.bool_2 = true;
     this.int_2 = 15;
     this.int_1 = 0;
     this.string_8 = string.Empty;
     this.string_6 = string.Empty;
 }