JacobTech 448e0f670f Bugs & Features.
Mainly bug fixes with a few new shaders and controls.
2023-08-21 10:57:06 -04:00

6 lines
87 B
C#

namespace GraphicsManager.Interfaces;
public interface ILabel : IRenderObject
{
}