Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / effect / SpecialEffect.cs

using Godot;

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