添加初始同步第四个unity项目

master
罗家炜 2025-05-13 11:26:33 +08:00
parent 19e06bb695
commit 0c12d772d9
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ end
function M:CheckType(type) function M:CheckType(type)
if type == CardType.duiLong then if type == CardType.duiLong then
print()
return self._flag_checkLst or self._flag_fristCard or (type == self.type and self.cardNum == self.lastCardNum) return self._flag_checkLst or self._flag_fristCard or (type == self.type and self.cardNum == self.lastCardNum)
else else
return self._flag_checkLst or self._flag_fristCard or type == self.type return self._flag_checkLst or self._flag_fristCard or type == self.type