fBaseXtensions.Game.UI.GameMenu.SelectHeroByIndex C# (CSharp) Метод

SelectHeroByIndex() публичный статический Метод

public static SelectHeroByIndex ( int index ) : UIElement
index int
Результат UIElement
			public static UIElement SelectHeroByIndex(int index)
			{
				try
				{
					switch (index)
					{
						case 0:
							return UIElement.FromHash(0x744AB2C58DBCA9FB);
						case 1:
							return UIElement.FromHash(0x744AB1C58DBCA848);
						case 2:
							return UIElement.FromHash(0x744AB4C58DBCAD61);
						case 3:
							return UIElement.FromHash(0x744AB3C58DBCABAE);
						case 4:
							return UIElement.FromHash(0x744AB6C58DBCB0C7);
						case 5:
							return UIElement.FromHash(0x744AB5C58DBCAF14);
						case 6:
							return UIElement.FromHash(0x744AB8C58DBCB42D);
						case 7:
							return UIElement.FromHash(0x744AB7C58DBCB27A);
						case 8:
							return UIElement.FromHash(0x744AAAC58DBC9C63);
						case 9:
							return UIElement.FromHash(0x744AA9C58DBC9AB0);
						case 10:
							return UIElement.FromHash(0x57948AAFD79243E8);
						case 11:
							return UIElement.FromHash(0x57948BAFD792459B);
					}

				}
				catch 
				{

				}
				return null;
			}
			public static UIElement SelectHeroMain