8 lines
81 B
C#
8 lines
81 B
C#
namespace zero.Core.Renderer
|
|
{
|
|
public interface IRenderer<T>
|
|
{
|
|
|
|
}
|
|
}
|