LeviLamina
Loading...
Searching...
No Matches
UnleashReason.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace LeashableUtility {
6
7enum class UnleashReason : int {
8 Interaction = 0,
9 Broken = 1,
10 Removed = 2,
11 Despawned = 3,
12};
13
14}
Definition Interaction.h:10