Esempio n. 1
0
 /// <summary>
 /// Returns the control associated with the given custom <see cref="RichHudControls"/> enum.
 /// </summary>
 public static IControl GetControl(RichHudControls rhdKey) =>
 Controls[(int)rhdKey];
Esempio n. 2
0
 public ControlData(RichHudControls key)
 {
     index = BindManager.GetControl(key).Index;
 }