EG/plugins/user/particle_system/__init__.py
2025-12-12 16:16:15 +08:00

12 lines
255 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
粒子系统插件
提供强大的3D粒子特效功能
"""
from .plugin import Plugin
__version__ = "1.0.0"
__author__ = "EG Team"
__description__ = "高性能3D粒子系统插件支持多种特效和实时编辑"
__all__ = ['Plugin']