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