now able to toggle hud modules
This commit is contained in:
parent
8f6646b7e0
commit
90347f7476
5 changed files with 137 additions and 0 deletions
|
@ -55,4 +55,8 @@ public class HUDModule
|
|||
dragging = false;
|
||||
}
|
||||
|
||||
public void toggle()
|
||||
{
|
||||
enabled = !enabled;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue