veloren/assets/common/items/glider/basic_white.ron

12 lines
198 B
Plaintext

ItemDef(
name: "Plain Cloth Glider",
description: "Simple, but classy.",
kind: Glider(
(
kind: "PlainCloth",
),
),
quality: Moderate,
tags: [],
)