9 lines
120 B
C#
9 lines
120 B
C#
namespace UVC.Edit
|
|
{
|
|
public interface ISelectable
|
|
{
|
|
void OnSelect();
|
|
void OnDeselect();
|
|
}
|
|
}
|