// Token: 0x06002991 RID: 10641 RVA: 0x0001329D File Offset: 0x0001149D
 private Class464(string id, string name, Enum132 type)
 {
     this.string_0  = name;
     this.enum132_0 = type;
     this.string_1  = id;
     Class464.dictionary_0.Add(id, this);
 }
Esempio n. 2
0
        // Token: 0x060027B6 RID: 10166 RVA: 0x0009315C File Offset: 0x0009135C
        private void method_4(Enum132 type)
        {
            switch (type)
            {
            case Enum132.const_1:
                this.ledDisplay.BaseColor = Color.FromArgb(255, 0, 0);
                return;

            case Enum132.const_2:
                this.ledDisplay.BaseColor = Color.FromArgb(153, 255, 54);
                return;

            case Enum132.const_3:
                this.ledDisplay.BaseColor = Color.FromArgb(200, 100, 0);
                return;

            case Enum132.const_4:
                this.ledDisplay.BaseColor = Color.FromArgb(14, 0, 200);
                return;

            default:
                this.ledDisplay.BaseColor = Color.FromArgb(64, 64, 64);
                return;
            }
        }
Esempio n. 3
0
        // Token: 0x06002818 RID: 10264 RVA: 0x00094390 File Offset: 0x00092590
        public static string smethod_0(this Enum132 type)
        {
            switch (type)
            {
            case Enum132.const_1:
                return("BossBot");

            case Enum132.const_2:
                return("CashBot");

            case Enum132.const_3:
                return("LawBot");

            case Enum132.const_4:
                return("SellBot");

            default:
                return("Unknown");
            }
        }