summaryrefslogblamecommitdiff
path: root/net/item.py
blob: f82fa77c6c95abfb8affdedbcdabf7baadace3b6 (plain) (tree)
1
2
3
4
5
6
7
8







                                                        
class FloorItem:
    def __init__(self, obj_id, item_type, amount, x, y):
        self.id = obj_id
        self.type = item_type
        self.amount = amount
        self.x = x
        self.y = y