File size: 169 Bytes
24b81cb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
class ControlSchemeManager
{
	//! leaving it here in case that someone using it inside a mod
	static void SetControlScheme( EControlSchemeState state )
	{
		return;
	}
}