Poodletooth-iLand/toontown/toon/DistributedNPCFlippyInToonHallAI.py

7 lines
236 B
Python
Raw Normal View History

2015-11-14 19:28:53 +00:00
from DistributedNPCToonAI import *
class DistributedNPCFlippyInToonHallAI(DistributedNPCToonAI):
def __init__(self, air, npcId, questCallback = None, hq = 0):
DistributedNPCToonAI.__init__(self, air, npcId, questCallback)