You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
12 lines
174 B
C#
12 lines
174 B
C#
using System;
|
|
|
|
namespace Dpr.SequenceEditor
|
|
{
|
|
public class BugFixLabel : Macro
|
|
{
|
|
public BugFixLabel(Macro macro) : base(macro)
|
|
{
|
|
}
|
|
}
|
|
}
|