Poodletooth-iLand/toontown/coghq/DistributedButtonAI.py

9 lines
305 B
Python
Raw Permalink Normal View History

2015-11-14 19:28:53 +00:00
from direct.directnotify import DirectNotifyGlobal
from direct.task import Task
import DistributedSwitchBase
import DistributedSwitchAI
class DistributedButtonAI(DistributedSwitchAI.DistributedSwitchAI):
setColor = DistributedSwitchBase.stubFunction
setModel = DistributedSwitchBase.stubFunction