Poodletooth-iLand/panda/direct/leveleditor/ObjectMgr.py
2015-03-03 17:10:12 -05:00

10 lines
240 B
Python

"""
Defines ObjectMgr
"""
from ObjectMgrBase import *
class ObjectMgr(ObjectMgrBase):
""" ObjectMgr will create, manage, update objects in the scene """
def __init__(self, editor):
ObjectMgrBase.__init__(self, editor)