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