Poodletooth-iLand/toontown/ai/HolidayBaseAI.py
2015-03-03 17:10:12 -05:00

13 lines
243 B
Python

from direct.directnotify.DirectNotifyGlobal import *
class HolidayBaseAI:
def __init__(self, air, holidayId):
self.air = air
self.holidayId = holidayId
def start(self):
pass
def stop(self):
pass