This repository has been archived on 2025-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RDTKEditor/RhythmBaseCore/Events/BaseRowAnimation.cs
T

10 lines
191 B
C#

namespace RhythmBase.Events
{
/// <summary>
/// Represents the base class for row animations.
/// </summary>
public abstract class BaseRowAnimation : BaseRowAction, IBaseEvent
{
}
}