mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
7 lines
236 B
Python
7 lines
236 B
Python
|
from DistributedNPCToonAI import *
|
||
|
|
||
|
class DistributedNPCFlippyInToonHallAI(DistributedNPCToonAI):
|
||
|
|
||
|
def __init__(self, air, npcId, questCallback = None, hq = 0):
|
||
|
DistributedNPCToonAI.__init__(self, air, npcId, questCallback)
|