2020-11-26 22:16:00 +09:00

6 lines
163 B
C#

namespace AsmdefHelper.DependencyGraph.Editor {
public interface IToggleCheckDelegate {
void OnSelectionChanged(string label, bool isChecked);
}
}