RAGENativeUI 1.8.2
Available on NuGet.
Changelog
- Added support for game version b2545.
- Fixed incorrect mouse input handling in
UIMenuSliderPanel
s. - Improved support for extending
UIMenuPanel
s:- Added
UIMenuPanel.DrawContents()
abstract method andUIMenuPanel.Height
abstract property. - Implemented
UIMenuPanel.Draw()
method, previously abstract. Now a panel only needs to implementDrawContents()
andHeight
, the background is handled byUIMenuPanel
. - Added
UIMenuStatsPanel.IStat
interface.
- Added