Compare commits
2 Commits
cd76922e6f
...
74ed208888
Author | SHA1 | Date | |
---|---|---|---|
74ed208888 | |||
e0f64aac9b |
@ -108,6 +108,7 @@ public class Battle_Selection : BaseUI
|
||||
if (carryCardCount>=MaxCarryCardCount)
|
||||
{
|
||||
Promptmgr.Instance.PromptBubble("已达到最大携程数");
|
||||
btn.interactable = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user