Skip to content

Commit

Permalink
feat: add member variables to ResourceDrops
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Feb 20, 2024
1 parent ad266c4 commit 8838ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mc/resources/ResourceDrops.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
struct ResourceDrops {
public:
std::vector<ItemStack> mResourceDrops;

public:
// prevent constructor by default
ResourceDrops& operator=(ResourceDrops const&);
Expand Down

0 comments on commit 8838ef2

Please sign in to comment.