Poodletooth-iLand/panda/direct/leveleditor/ObjectMgr.py

11 lines
240 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
"""
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)