Poodletooth-iLand/panda/direct/leveleditor/ObjectMgr.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

10 lines
240 B
Python
Executable file

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