Browse Source

Create object.md

Marco Bambini 6 years ago
parent
commit
ee573623ae
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/object.md

+ 3 - 0
docs/object.md

@@ -0,0 +1,3 @@
+### Object
+
+Object is the root class of every object inside Gravity. Through the Object class, objects inherit a basic interface to the runtime system and the ability to behave as Gravity objects.