Merge branch 'pricing'

This commit is contained in:
blitzmann
2015-07-03 02:38:23 -04:00
7 changed files with 46 additions and 63 deletions

View File

@@ -26,6 +26,7 @@ class Price(object):
def __init__(self, typeID):
self.typeID = typeID
self.time = 0
self.price = 0
self.failed = None
self.__item = None