mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-26 09:39:49 +08:00
* fix: prevent infinite loop in TpTask.cs * fix: prevent redundant zoom operation * fix: handle party switching failures in PathExecutor; add pre-switch check for switch party task * fix: typos.
3 lines
145 B
C#
3 lines
145 B
C#
namespace BetterGenshinImpact.GameTask.Common.Exceptions;
|
|
|
|
public class PartySetupFailedException(string message) : System.Exception(message); |