mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
cape item
This commit is contained in:
@ -104,6 +104,7 @@ pub struct Loadout {
|
||||
pub hand: Option<Item>,
|
||||
pub pants: Option<Item>,
|
||||
pub foot: Option<Item>,
|
||||
pub back: Option<Item>,
|
||||
}
|
||||
|
||||
impl From<&CharacterAbility> for CharacterState {
|
||||
|
Reference in New Issue
Block a user