step-timeline/Scripts/Commands/ISingleInstance.cs

8 lines
88 B
C#

namespace R0bbie.Timeline
{
public interface ISingleInstance
{
}
}