better parent class for skill menu

This commit is contained in:
Shtoyan 2022-01-22 20:13:13 +04:00
parent 51ce9f52fa
commit 3120047995

View File

@ -1,5 +1,5 @@
class NicePanelSkills extends Settings_Tabs;
// TODO change parent class / background
class NicePanelSkills extends UT2K4TabPanel;
// TODO add background
var automated NiceGUIPerkButton skillButtonA[5], skillButtonB[5];
function ShowPanel(bool bShow){
local int i;