mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
zach c0de
This commit is contained in:
parent
50a5fd545e
commit
7613aaee79
1 changed files with 27 additions and 0 deletions
|
@ -1 +1,28 @@
|
|||
from ShtikerPage import ShtikerPage
|
||||
from direct.gui.DirectGui import *
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from pandac.PandaModules import *
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from toontown.toonbase import TTLocalizer
|
||||
from toontown.toonbase import TTLocalizerEnglish
|
||||
|
||||
class GroupPage(ShtikerPage):
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('GroupPage')
|
||||
|
||||
def __init__(self):
|
||||
ShtikerPage.__init__(self)
|
||||
|
||||
def load(self):
|
||||
ShtikerPage.load(self)
|
||||
|
||||
def unload(self):
|
||||
SktikerPage.unload(self)
|
||||
|
||||
def enter(self):
|
||||
ShtikerPage.enter(self)
|
||||
|
||||
def exit(self):
|
||||
ShtikerPage.exit(self)
|
||||
|
||||
def destroy(self):
|
||||
DirectFrame.destroy(self)
|
||||
|
|
Loading…
Reference in a new issue