public static IAction ShootOnGoal(PlayerInfo player, Power power) { return new ShootOnGoal(player.Id, power); }
		public static Shoot Shoot(PlayerInfo player, IPoint target, Power power) { return new Shoot(player.Id, target, power); }