예제 #1
0
파일: PIle.py 프로젝트: wfidev/casino
 def GetPointTotal(self):
     Points = 0
     for Card in self.Cards:
         Points += Card.GetPoints()
     return Points