This commit is contained in:
Ino 2025-04-28 09:26:36 +09:00
parent 7ae0028842
commit 72c00d2b58
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ public class SkillCard : CardCoolTimeBase, IDropHandler
MyValue.MyPC.Use_Skill(m_Data, false, m_Index, true);
});
break;
case eUICardType.UIPetSkill:
images[0].raycastTarget = false;
break;
}
}