summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-04-19 19:00:57 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-04-19 19:00:57 +0200 |
commit | 7ad856639b0d8470728d4e5436c3b1152959fd99 (patch) | |
tree | 0ccb9f855f0e10182977c03dbff0d908b598ebad /src/shared/struct/inventory/shr_equipment.erl | |
parent | 2ed5b1f48f7784411bcb0983b3490b7c79032eb7 (diff) |
[Broken] ...
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, |