blob: 9da909fa17e23f819782d83e9262930fee5ef513 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<context_menu name="COF Clothing">
<menu_item_call label="取り外す" name="take_off"/>
<menu_item_call label="上のレイヤーに移動" name="move_up"/>
<menu_item_call label="下のレイヤーに移動" name="move_down"/>
<menu_item_call label="編集" name="edit"/>
</context_menu>
|