12.10 进度 基本完成
This commit is contained in:
@@ -43,10 +43,18 @@ namespace Continentis.MainGame.Card
|
||||
if(user == null) return;
|
||||
|
||||
attributeSubmodule.RefreshAllAttributes();
|
||||
if ((handCardView == null && intentionCardView == null) || !handCardView.isSelecting)
|
||||
Untargeting();
|
||||
/*if ((handCardView == null && intentionCardView == null))
|
||||
{
|
||||
eventSubmodule.onUntargeting();
|
||||
Untargeting();
|
||||
}
|
||||
else
|
||||
{
|
||||
if (handCardView != null && !handCardView.isSelecting)
|
||||
{
|
||||
Untargeting();
|
||||
}
|
||||
}*/
|
||||
|
||||
contentSubmodule.dirtyMark = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user