mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-22 06:05:40 +00:00
8 lines
105 B
C#
8 lines
105 B
C#
namespace stonevox
|
|
{
|
|
public interface IRenderer
|
|
{
|
|
void Render(QbModel model);
|
|
}
|
|
}
|