LeviLamina
Loading...
Searching...
No Matches
FilterSubject.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::Legacy {
6
7enum class FilterSubject : short {
8 Self = 0,
9 Other = 1,
10 Player = 2,
11 Target = 3,
12 Parent = 4,
13 Baby = 5,
14 Block = 6,
15 Damager = 7,
16 Holder = 8,
17 Item = 9,
18 Count = 10,
19};
20
21}
Definition Block.h:36
Definition Item.h:65
Definition Player.h:119