Archived
forked from RDTKEditor/RDTKEditor
10 lines
191 B
C#
10 lines
191 B
C#
namespace RhythmBase.Events
|
|
{
|
|
/// <summary>
|
|
/// Represents the base class for row animations.
|
|
/// </summary>
|
|
public abstract class BaseRowAnimation : BaseRowAction, IBaseEvent
|
|
{
|
|
}
|
|
}
|