Add kills and level stats to Stats tab.
This commit is contained in:
parent
0d3e14739b
commit
00790e9cd2
6 changed files with 269 additions and 32 deletions
|
|
@ -16,6 +16,10 @@ Class DemolitionistHelpTab : DemolitionistMenuTab
|
|||
mtext = new("DemolitionistMenuTextBox").Init(master,str);
|
||||
return Super.Init(master);
|
||||
}
|
||||
override void OnDestroy()
|
||||
{
|
||||
mtext.Destroy();
|
||||
}
|
||||
override void MenuInput( int key )
|
||||
{
|
||||
switch ( key )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue