Poodletooth-iLand/toontown/toon/DistributedNPCFlippyInToonHallAI.py

7 lines
236 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from DistributedNPCToonAI import *
class DistributedNPCFlippyInToonHallAI(DistributedNPCToonAI):
def __init__(self, air, npcId, questCallback = None, hq = 0):
DistributedNPCToonAI.__init__(self, air, npcId, questCallback)