DayZ_Scripts / scripts /3_Game /DayZ /Enums /ETransformationAxis.c
D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
99 Bytes
enum ETransformationAxis
{
BOTTOM = 0,
LEFT = 1,
BACK = 2,
TOP = 3,
RIGHT = 4,
FRONT = 5
};