DistributedToonHallInterior: Fix missing import issue

Should fix #103
This commit is contained in:
Michael G 2023-09-11 05:50:34 -04:00 committed by GitHub
parent 872a0659cd
commit ef72eabdf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 *