![]() |
R-Type
2
Doom but in better
|
Represents a loot drop with a specific loot type. More...
#include <LootDrop.hpp>
Data Fields | |
loot_enum | loot |
Represents a loot drop with a specific loot type.
This structure is used to define a loot drop, which includes the type of loot being dropped, such as a power-up or health item.
Definition at line 23 of file LootDrop.hpp.
loot_enum LootDrop::loot |
The type of loot being dropped, from loot_enum
.
Definition at line 24 of file LootDrop.hpp.