7 lines
135 B
C#
7 lines
135 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IDrawGizmos
|
|
{
|
|
void DrawGizmos(bool selected);
|
|
}
|
|
} |