aboutsummaryrefslogtreecommitdiff
path: root/Unicity.Renderer/Shapes/Shape.cs
blob: 25d5148f7cd312056e4dd51e85079359f43bebed (plain) (blame)
1
2
3
4
5
6
7
namespace Unicity.Renderer.Shapes
{
    public abstract class Shape
    {
        
    }
}