DayZ_Scripts / scripts /3_Game /DayZ /Enums /EMixedSoundStates.c
D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
137 Bytes
//! bits
enum eMixedSoundStates
{
HUNGRY = 1,
THIRSTY = 2,
//---------
COUNT = 4//! bits, must be 2x the size of previous element !
}