index
:
archive/Unicity.git
rewrite
unity
A Sims clone written in C#
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
{
}
}