palra / univ-mmorpg

0 stars 0 forks source link

Rename `category` to `type` in all Character relative classes #18

Closed palra closed 9 years ago

palra commented 9 years ago

See https://github.com/palra/univ-mmorpg/blob/feature/serialization/src/main/java/fr/univdevs/mmorpg/engine/character/Inventory.java#L109-L121

Also rename Item#getTypes() to Item#getCategories() : https://github.com/palra/univ-mmorpg/blob/feature/serialization/src/main/java/fr/univdevs/mmorpg/engine/character/Inventory.java#L123-L134

palra commented 9 years ago

Nevermind, Character#type is named type, so keep type, and change category to type everywhere.