Poodletooth-iLand/toontown/ai/HolidayBaseAI.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

13 lines
243 B
Python
Executable file

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