LeviLamina
Loading...
Searching...
No Matches
MovementFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace AuthorityDependentSystem {
6
7enum class MovementFilter : int {
8 AntiCheat = 0,
9 NotAntiCheat = 1,
10};
11
12}