summaryrefslogtreecommitdiff
path: root/code/common/NeedStartup.cs
blob: d2264c27f9649ce3941e23d977c3ec019631394e (plain)
1
2
3
4
namespace common
{
    public interface NeedStartup : Command {}
}