Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WF.Player.Android.ScreenMainAdapter"/> class.
 /// </summary>
 /// <param name="context">Context.</param>
 /// <param name="engine">Engine.</param>
 public GameMainScreenAdapter(GameMainScreen owner, GameController ctrl) : base()
 {
     _ctrl  = ctrl;
     _owner = owner;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="WF.Player.Android.ScreenMainAdapter"/> class.
		/// </summary>
		/// <param name="context">Context.</param>
		/// <param name="engine">Engine.</param>
		public GameMainScreenAdapter(GameMainScreen owner, GameController ctrl) : base()
		{
			_ctrl = ctrl;
			_owner = owner;
		}