LeviLamina
Loading...
Searching...
No Matches
SpawnRuleEnum.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class SpawnRuleEnum : int {
6 Undefined = -1,
7 NoSpawnRules = 0,
8 HasSpawnRules = 1,
9};