Archived
forked from RDTKEditor/RDTKEditor
14 lines
149 B
C#
14 lines
149 B
C#
using System;
|
|
namespace RhythmBase.Adofai.Events
|
|
{
|
|
public enum ADTrackStyles
|
|
{
|
|
Standard,
|
|
Neon,
|
|
NeonLight,
|
|
Basic,
|
|
Gems,
|
|
Minimal
|
|
}
|
|
}
|