DB: Added TT.added, addedCurrency

This commit is contained in:
steffen123
2010-07-17 02:19:12 +02:00
parent c23a1388fc
commit 90ceafda6d
5 changed files with 24 additions and 13 deletions
+2
View File
@@ -85,6 +85,8 @@ class Hand(object):
self.isKO = False
self.isMatrix = False
self.isShootout = False
self.added = None
self.addedCurrency = None
self.tourneyComment = None
self.seating = []