Dipper/Dipper.Alioth.Starlets/IAsterism.cs

6 lines
88 B
C#

namespace Dipper.Alioth.Starlets;
public interface IAsterism
{
void Initialize();
}