Skip to content

RAGENativeUI 1.8.2

Compare
Choose a tag to compare
@alexguirre alexguirre released this 19 Dec 19:40
· 54 commits to master since this release

Available on NuGet.

Changelog

  • Added support for game version b2545.
  • Fixed incorrect mouse input handling in UIMenuSliderPanels.
  • Improved support for extending UIMenuPanels:
    • Added UIMenuPanel.DrawContents() abstract method and UIMenuPanel.Height abstract property.
    • Implemented UIMenuPanel.Draw() method, previously abstract. Now a panel only needs to implement DrawContents() and Height, the background is handled by UIMenuPanel.
    • Added UIMenuStatsPanel.IStat interface.