| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/struct/inventory/shr_equipment.erl')
| -rw-r--r-- | src/shared/struct/inventory/shr_equipment.erl | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/shared/struct/inventory/shr_equipment.erl b/src/shared/struct/inventory/shr_equipment.erl index e505d91..11dc19e 100644 --- a/src/shared/struct/inventory/shr_equipment.erl +++ b/src/shared/struct/inventory/shr_equipment.erl @@ -91,8 +91,23 @@ ( [ default/0, - default_unresolved/0, + default_unresolved/0 + ] +). +-export +( + [ + resolve/1, + to_unresolved/1, + encode/1, + decode/1 + ] +). + +-export +( + [ get_primary_weapon_field/0, get_secondary_weapon_field/0, get_armor_field/0, |


