Merge pull request #105 from DarthMDev/patch-3
DistributedToonHallInterior: Fix missing import issue
This commit is contained in:
commit
0ccce02bef
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
from panda3d.core import *
|
||||||
from panda3d.toontown import *
|
from panda3d.toontown import *
|
||||||
from toontown.toonbase.ToonBaseGlobal import *
|
from toontown.toonbase.ToonBaseGlobal import *
|
||||||
from direct.interval.IntervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
|
|
Loading…
Reference in a new issue