Update DistributedKartPadAI.py
This commit is contained in:
parent
c77ae8f744
commit
52edc142da
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class DistributedKartPadAI(DistributedObjectAI):
|
|||
def __init__(self, air):
|
||||
DistributedObjectAI.__init__(self, air)
|
||||
self.area = None
|
||||
self.index = -1
|
||||
|
||||
def setArea(self, area):
|
||||
self.area = area
|
||||
|
|
Loading…
Reference in a new issue