feat: added armour passives

This commit is contained in:
TotallyNot 2025-11-04 13:04:56 +01:00
parent cfe2631578
commit b92ad37a5b
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
17 changed files with 520 additions and 316 deletions

View file

@ -12,6 +12,11 @@ pub enum EntityInfo {
owner: usize,
id: usize,
},
Armour {
name: String,
owner: usize,
id: usize,
},
Global,
}