//	PUBLIC
 void Awake()
 {
     context = new PaddleSoccerContext(this, true);             //'true' means call mappings automatically, I think
     context.Start();
 }
		//--------------------------------------
		//  Methods
		//--------------------------------------

		// PUBLIC
		/// <summary>
		/// Awake this instance.
		/// </summary>
		void Awake()
		{

			context = new PaddleSoccerContext(this, true); //'true' means call mappings automatically, I think
			context.Start ();


		}