make toontown work with Direct revamp
This commit is contained in:
parent
f96a97a722
commit
83bf998316
|
|
@ -2,6 +2,7 @@ from otp.ai.AIBaseGlobal import *
|
|||
from pandac.PandaModules import NodePath
|
||||
import DistributedObjectAI
|
||||
import GridParent
|
||||
import types
|
||||
|
||||
class DistributedNodeAI(DistributedObjectAI.DistributedObjectAI, NodePath):
|
||||
def __init__(self, air, name=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue