-
Notifications
You must be signed in to change notification settings - Fork 34
Entities
Greg edited this page Feb 20, 2024
·
24 revisions
Entity is a broad category for everything that exists in the game world, with a second sub-category Character
for Player and NPC entities that can move. The main Entity types are:
- Blue - Players
- Green - NPCs (Non-Player Characters)
- Orange - Objects (GameObjects)
- Purple - Floor items
Note
Item's are considered interfaces not entities, for more info see Inventories