aboutsummaryrefslogtreecommitdiff
path: root/Unicity.Renderer/Shapes/Shape.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Unicity.Renderer/Shapes/Shape.cs')
-rw-r--r--Unicity.Renderer/Shapes/Shape.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Unicity.Renderer/Shapes/Shape.cs b/Unicity.Renderer/Shapes/Shape.cs
new file mode 100644
index 0000000..25d5148
--- /dev/null
+++ b/Unicity.Renderer/Shapes/Shape.cs
@@ -0,0 +1,7 @@
+namespace Unicity.Renderer.Shapes
+{
+ public abstract class Shape
+ {
+
+ }
+}