<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 height="50"
 layout="topleft"
 mouse_opaque="false"
 name="profile_overflow_menu"
 width="120">
    <menu_item_call
     label="Map"
     layout="topleft"
     name="show_on_map">
        <menu_item_call.on_click
         function="Profile.ShowOnMap" />
        <menu_item_call.on_enable
         function="Profile.EnableShowOnMap" />
    </menu_item_call>
    <menu_item_call
     label="Pay"
     layout="topleft"
     name="pay">
        <menu_item_call.on_click
         function="Profile.Pay" />
    </menu_item_call>
    <menu_item_call
     label="Share"
     layout="topleft"
     name="share">
        <menu_item_call.on_click
         function="Profile.Share" />
    </menu_item_call>
   <menu_item_call
   label="Block"
   name="block">
    <menu_item_call.on_click
     function="Profile.BlockUnblock"/>
    <menu_item_call.on_visible
     function="Profile.EnableBlock" />
  </menu_item_call>
  <menu_item_call
   label="Unblock"
   name="unblock">
    <menu_item_call.on_click
     function="Profile.BlockUnblock"/>
    <menu_item_call.on_visible
     function="Profile.EnableUnblock" />
  </menu_item_call>
  <menu_item_call
   label="Kick"
   layout="topleft"
   name="kick">
    <menu_item_call.on_click
     function="Profile.Kick" />
    <menu_item_call.on_visible
     function="Profile.EnableGod" />
  </menu_item_call>
  <menu_item_call
   label="Freeze"
   layout="topleft"
   name="freeze">
    <menu_item_call.on_click
     function="Profile.Freeze" />
    <menu_item_call.on_visible
     function="Profile.EnableGod" />
  </menu_item_call>
  <menu_item_call
   label="Unfreeze"
   layout="topleft"
   name="unfreeze">
    <menu_item_call.on_click
     function="Profile.Unfreeze" />
    <menu_item_call.on_visible
     function="Profile.EnableGod" />
  </menu_item_call>
  <menu_item_call
   label="CSR"
   layout="topleft"
   name="csr">
    <menu_item_call.on_click
     function="Profile.CSR" />
    <menu_item_call.on_visible
     function="Profile.EnableGod" />
  </menu_item_call>
</toggleable_menu>