LeviLamina
Loading...
Searching...
No Matches
CommandOriginSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CommandOriginSystem : int {
6 AnimationTimelineSystem = 0,
7 ActorEventCommandSystem = 1,
8 ActorEventQueueCommandSystem = 2,
9};