LeviLamina
Loading...
Searching...
No Matches
ParticleLayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ParticleLayer : int {
6 Opaque = 0,
7 AlphaTested = 1,
8 Blend = 2,
9 Invisible = 3,
10 Count = 4,
11};