Files
PerfBoostSettings/Bindings.xml
T
avitasia 150a2ea99c init
2025-09-03 12:45:45 -07:00

26 lines
550 B
XML

<Bindings>
<Binding name="PERFBOOSTENABLE" header="PERFBOOST">
SlashCmdList.PBENABLE()
</Binding>
<Binding name="PBHIDEALLPLAYERS" header="PERFBOOST">
SlashCmdList.PBHIDEALLPLAYERS()
</Binding>
<Binding name="PBTOGGLEPLAYERRENDERIST" header="PERFBOOST">
SlashCmdList.PBTOGGLEPLAYERRENDERIST()
</Binding>
<Binding name="PBSHOWALLPLAYERS" header="PERFBOOST">
SlashCmdList.PBSHOWALLPLAYERS()
</Binding>
<Binding name="PBCYCLEPLAYERVISIBILITY" header="PERFBOOST">
SlashCmdList.PBCYCLEPLAYERVISIBILITY()
</Binding>
</Bindings>