添加初始同步第四个unity项目
parent
19e06bb695
commit
0c12d772d9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue