mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
335 B
Rust
9 lines
335 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
head: Item("common.items.armor.chef.hat"),
|
|
chest: Item("common.items.armor.chef.chest"),
|
|
gloves: Item("common.items.armor.cloth.linen.hand"),
|
|
belt: Item("common.items.armor.chef.belt"),
|
|
legs: Item("common.items.armor.chef.pants"),
|
|
feet: Item("common.items.armor.cloth.linen.foot"),
|
|
) |