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

10 lines
233 B
Python
Executable file

"""
Defines AnimMgr
"""
from AnimMgrBase import *
class AnimMgr(AnimMgrBase):
""" Animation will create, manage, update animations in the scene """
def __init__(self, editor):
AnimMgrBase.__init__(self, editor)