LeviLamina
Loading...
Searching...
No Matches
ResourceDropsCause.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ResourceDropsCause : int {
6 PlayerMining = 0,
7 Explosion = 1,
8 ProjectileHit = 2,
9 Other = 3,
10};
Definition Explosion.h:22