a399c1eefb
Matches the Exiles fork-layout convention (each addon in its own folder).
11 lines
270 B
XML
11 lines
270 B
XML
<Bindings>
|
|
<Binding name="PAWN_TOGGLE_UI" header="PAWN">
|
|
PawnUIShow()
|
|
</Binding>
|
|
<Binding name="PAWN_COMPARE_LEFT">
|
|
PawnUI_SetCompareFromHover(1)
|
|
</Binding>
|
|
<Binding name="PAWN_COMPARE_RIGHT">
|
|
PawnUI_SetCompareFromHover(2)
|
|
</Binding>
|
|
</Bindings> |