27 lines
662 B
XML
27 lines
662 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>
|
|
|
|
<Binding name="PBCYCLEDOODADVISIBILITY" header="PERFBOOST">
|
|
SlashCmdList.PBCYCLEDOODADVISIBILITY()
|
|
</Binding>
|
|
|
|
</Bindings>
|