Example #1
0
        // Token: 0x06002CCF RID: 11471 RVA: 0x000ACAD0 File Offset: 0x000AACD0
        protected override void vmethod_2(BinaryReader reader, int version)
        {
            this.EstatePlantSettings = new Dictionary <Enum13, Class94>();
            this.BeanCombinations    = new List <Class322>();
            int num = reader.ReadInt32();

            for (int i = 0; i < num; i++)
            {
                Enum13  key   = (Enum13)reader.ReadByte();
                Class94 value = new Class94(reader);
                if (!this.EstatePlantSettings.ContainsKey(key))
                {
                    this.EstatePlantSettings.Add(key, value);
                }
            }
            this.PlantMethod = (Enum115)reader.ReadByte();
            num = reader.ReadInt32();
            ReadOnlyDictionary <int, Class322> readOnlyDictionary_ = Class322.readOnlyDictionary_0;

            for (int j = 0; j < num; j++)
            {
                int key2 = reader.ReadInt32();
                if (readOnlyDictionary_.ContainsKey(key2))
                {
                    this.BeanCombinations.Add(readOnlyDictionary_[key2]);
                }
            }
            base.vmethod_2(reader, version);
        }
Example #2
0
 // Token: 0x06002CCD RID: 11469 RVA: 0x000ACA34 File Offset: 0x000AAC34
 public Class113()
 {
     this.EstatePlantSettings = new Dictionary <Enum13, Class94>();
     this.EstatePlantSettings.Add(Enum13.const_3, new Class94(Enum13.const_3));
     this.EstatePlantSettings.Add(Enum13.const_1, new Class94(Enum13.const_1));
     this.EstatePlantSettings.Add(Enum13.const_4, new Class94(Enum13.const_4));
     this.EstatePlantSettings.Add(Enum13.const_2, new Class94(Enum13.const_2));
     this.EstatePlantSettings.Add(Enum13.const_0, new Class94(Enum13.const_0));
     this.EstatePlantSettings.Add(Enum13.const_5, new Class94(Enum13.const_5));
     this.BeanCombinations = new List <Class322>();
     this.PlantMethod      = Enum115.const_0;
 }
Example #3
0
 // Token: 0x06002D20 RID: 11552
 // RVA: 0x00124FD8 File Offset: 0x001231D8
 internal Class536(string string_5, string string_6, int int_12, Enum115 enum115_1, Origins origins_1, Enum114 enum114_1, Vector2 vector2_11, float float_8, bool bool_22, Color color_5, bool bool_23)
     : base(null, enum115_1, origins_1, enum114_1, vector2_11, float_8, bool_22, color_5)
 {
     this.Text = string_5;
     this.class731_0 = null;
     this.string_3 = string_6;
     this.string_4 = string_6 + '-';
     this.int_9 = int_12;
     if (bool_23)
     {
         for (int i = 0; i < 10; i++)
         {
             Class885.Load(this.string_4 + i, Enum112.flag_6);
         }
         Class885.Load(this.string_4 + "dot", Enum112.flag_6);
         Class885.Load(this.string_4 + "comma", Enum112.flag_6);
         Class885.Load(this.string_4 + "percent", Enum112.flag_6);
     }
 }
Example #4
0
 // Token: 0x0600240E RID: 9230
 // RVA: 0x000D8F3C File Offset: 0x000D713C
 internal Class531(Class731 class731_1, Enum115 enum115_1, Origins origins_1, Enum114 enum114_1, Vector2 vector2_9, float float_7, bool bool_15, Color color_2, object object_1)
     : base(bool_15)
 {
     this.class731_0 = class731_1;
     this.origins_0 = origins_1;
     this.vmethod_8();
     this.vmethod_9();
     this.enum114_0 = enum114_1;
     this.vector2_1 = vector2_9;
     this.vector2_0 = this.vector2_1;
     this.float_2 = 1f;
     this.float_0 = float_7;
     this.float_4 = -this.float_0;
     this.enum115_0 = enum115_1;
     this.float_3 = (float)color_2.get_A() / 255f;
     this.color_0 = color_2;
     this.object_0 = object_1;
 }
Example #5
0
 // Token: 0x0600240B RID: 9227
 // RVA: 0x000D8ED4 File Offset: 0x000D70D4
 internal Class531(Class731 class731_1, Enum115 enum115_1, Origins origins_1, Enum114 enum114_1, Vector2 vector2_9)
     : this(class731_1, enum115_1, origins_1, enum114_1, vector2_9, 1f, false, Color.get_White(), null)
 {
 }
Example #6
0
 // Token: 0x0600240A RID: 9226
 // RVA: 0x000D8EA8 File Offset: 0x000D70A8
 internal Class531(string string_1, Vector2 vector2_9, Enum112 enum112_0, Origins origins_1, Enum115 enum115_1)
     : this(Class885.Load(string_1, enum112_0), enum115_1, origins_1, Enum114.const_0, vector2_9, 1f, true, Color.get_White(), null)
 {
 }
Example #7
0
 // Token: 0x06002439 RID: 9273
 // RVA: 0x000DBB9C File Offset: 0x000D9D9C
 internal Class532(Class731 class731_1, Enum115 enum115_1, Origins origins_1, Enum114 enum114_1, Vector2 vector2_9, float float_7, bool bool_15, Color color_2)
     : base(class731_1, enum115_1, origins_1, enum114_1, vector2_9, float_7, bool_15, color_2, null)
 {
 }
Example #8
0
 // Token: 0x06002437 RID: 9271
 // RVA: 0x0001C64E File Offset: 0x0001A84E
 internal Class532(Class731 class731_1, Enum115 enum115_1, Origins origins_1, Enum114 enum114_1, Vector2 vector2_9)
     : base(class731_1, enum115_1, origins_1, enum114_1, vector2_9)
 {
 }