DayZ_Scripts / scripts /3_Game /DayZ /ControlSchemeManager.c
D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
169 Bytes
class ControlSchemeManager
{
//! leaving it here in case that someone using it inside a mod
static void SetControlScheme( EControlSchemeState state )
{
return;
}
}