protected override void OnUpdate()
{
	if ( Input.Pressed( "Charge" ) )
	{
		Log.Info( "Malcom todd" );
	}
}