|
TheCOSCGameProject
1.0
|
Implementation of Room and RoomContent classes for dungeon system. More...

Functions | |
| int | selectIndex (const std::vector< int > &probabilities) |
Implementation of Room and RoomContent classes for dungeon system.
This file contains the implementation of the Room and RoomContent classes, which manage the creation and interaction with different types of rooms in a dungeon system. The RoomContent class handles the generation of room types, items, enemies, and NPCs, while the Room class manages room connections and navigation.
| int selectIndex | ( | const std::vector< int > & | probabilities | ) |
1.8.13