zach c0de

This commit is contained in:
Osnapman 2015-05-26 21:03:14 -04:00
parent 50a5fd545e
commit 7613aaee79

View file

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