R-Type  2
Doom but in better
Loading...
Searching...
No Matches
LootDrop.hpp
Go to the documentation of this file.
1#pragma once
2
15
23struct LootDrop {
25};
loot_enum
Defines the different types of loot that can be dropped in the game.
Definition LootDrop.hpp:10
@ HEALTH_DROP
Definition LootDrop.hpp:13
@ NONE
Definition LootDrop.hpp:11
@ POWERUP_DROP
Definition LootDrop.hpp:12
Represents a loot drop with a specific loot type.
Definition LootDrop.hpp:23
loot_enum loot
Definition LootDrop.hpp:24