mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-04 11:15:18 +08:00
七胜召唤->七圣召唤 (#1795)
This commit is contained in:
@@ -61,7 +61,7 @@ public class Duel
|
||||
LogScreenResolution();
|
||||
try
|
||||
{
|
||||
Notify.Event(NotificationEvent.TcgStart).Success("自动七胜召唤启动");
|
||||
Notify.Event(NotificationEvent.TcgStart).Success("自动七圣召唤启动");
|
||||
|
||||
AutoGeniusInvokationAssets.DestroyInstance();
|
||||
|
||||
@@ -306,7 +306,7 @@ public class Duel
|
||||
throw;
|
||||
}
|
||||
|
||||
Notify.Event(NotificationEvent.TcgEnd).Success("自动七胜召唤结束");
|
||||
Notify.Event(NotificationEvent.TcgEnd).Success("自动七圣召唤结束");
|
||||
}
|
||||
|
||||
private HashSet<ElementalType> PredictionDiceType()
|
||||
|
||||
Reference in New Issue
Block a user