using Godot; /// <summary> /// 基础特效播放类, 用于播放序列帧动画特效, 播完就回收 /// </summary> public class SpecialEffect : AnimatedSprite { }