feat: added armour passives
This commit is contained in:
parent
cfe2631578
commit
b92ad37a5b
17 changed files with 520 additions and 316 deletions
|
|
@ -12,6 +12,11 @@ pub enum EntityInfo {
|
|||
owner: usize,
|
||||
id: usize,
|
||||
},
|
||||
Armour {
|
||||
name: String,
|
||||
owner: usize,
|
||||
id: usize,
|
||||
},
|
||||
Global,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue