LeviLamina
Loading...
Searching...
No Matches
ActorLocation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
SharedTypes::Legacy {
6
7
enum class
ActorLocation :
int
{
8
Feet = 0,
9
Body = 1,
10
WeaponAttachPoint = 2,
11
Head = 3,
12
DropAttachPoint = 4,
13
ExplosionPoint = 5,
14
Eyes = 6,
15
BreathingPoint = 7,
16
Mouth = 8,
17
Count = 9,
18
};
19
20
}
src
mc
deps
shared_types
legacy
actor
ActorLocation.h
Generated on Sat Apr 26 2025 05:55:31 for LeviLamina by
1.12.0