generated from vrchat-common/template-avatar
8 lines
116 B
C#
8 lines
116 B
C#
|
namespace RekornTools.Debug
|
|||
|
{
|
|||
|
public interface IGizmos
|
|||
|
{
|
|||
|
DrawMode DrawMode { get; set; }
|
|||
|
}
|
|||
|
}
|