7 lines
299 B
Python
7 lines
299 B
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from direct.task import Task
|
|
import DistributedSwitchBase, DistributedSwitchAI
|
|
|
|
class DistributedButtonAI(DistributedSwitchAI.DistributedSwitchAI):
|
|
setColor = DistributedSwitchBase.stubFunction
|
|
setModel = DistributedSwitchBase.stubFunction
|