1 #ifndef CORE_ITEMS_CATEGORY_HPP
2 #define CORE_ITEMS_CATEGORY_HPP
Category
Represents a category that an item can belong to. Used for bag sorting.
@ Unknown
Unknown item category.
@ Key
Key items. Covers ids [101, 200].
@ TM
TM's. Covers ids [201, 499].
@ Regular
Regular items. Covers ids [1, 100].
Core classes and functionality for both the editor and game.