+# Serpentity
+
Serpentity is a simple entity framework inspired by Ash.
Usage:
Entities are the basic object of Serpentity, and they do nothing.
- var entity = new Serpentity.entity();
+ var entity = new Serpentity.Entity();
All the behavior is added through components