remove temp folder structure

This commit is contained in:
Crum
2018-02-19 21:03:21 -06:00
parent 85a2a5bcf7
commit 611f11aff9
408 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<Bindings>
<Binding name="Raid Marker" runOnUp="true" header="ELVUI">
RaidMark_HotkeyPressed(keystate);
</Binding>
<Binding name="Farm Mode" runOnUp="false">
FarmMode();
</Binding>
<Binding name="Toggle Chat (Left)" runOnUp="false">
HideLeftChat();
</Binding>
<Binding name="Toggle Chat (Right)" runOnUp="false">
HideRightChat();
</Binding>
<Binding name="Toggle Chat (Both)" runOnUp="false">
HideBothChat();
</Binding>
</Bindings>