veloren/assets/common/entity/village/dummy.ron
2022-04-08 19:17:01 +03:00

11 lines
222 B
Rust

#![enable(implicit_some)]
(
name: Name("Training Dummy"),
body: Exact(Object(TrainingDummy)),
alignment: Alignment(Passive),
loot: Nothing,
inventory: (
loadout: FromBody,
),
meta: [],
)