Example #1
0
 // Token: 0x06000155 RID: 341 RVA: 0x0000F170 File Offset: 0x0000D370
 private void DoSectionTab()
 {
     if (SectionTab.CurrentSectionTab != null)
     {
         this.DoBorder();
         Prefab.MenuArea(new Rect(10f, 20f, MenuComponent.MenuRect.width - 20f, MenuComponent.MenuRect.height - 30f), SectionTab.CurrentSectionTab.name.ToUpper(), SectionTab.CurrentSectionTab.code);
         bool flag = false;
         if (Prefab.MenuTabAbsolute(new Vector2(17f, 448f), "назад", ref flag, 29))
         {
             SectionTab.CurrentSectionTab = null;
         }
     }
 }