Public API consistency changes, some additional documentation, and ParticleAttachment can only be used internally, so make it internal
Removed AABB because CollisionBounds exists which is the same thing under the hood
Merge branch 'master' into consistency
Added Obsolete attribute to OOBBox
Fixed error in DrawScene method
Merge pull request #12 from Facepunch/consistency
Consistency Pass v1