From 5ed629e4d0f0b88e9d9b6ca0a49c59ada9d1b119 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Wed, 14 Jun 2017 14:52:52 -0400 Subject: [PATCH] Updated Objects (markdown) --- Objects.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/Objects.md b/Objects.md index db71f7e..534bf24 100644 --- a/Objects.md +++ b/Objects.md @@ -1 +1,41 @@ -# Objects \ No newline at end of file +# Objects +There are 4 main types of objects in the multi library +1. [Runners](https://github.com/rayaman/multi/wiki/Objects#Runners) +2. [Actors](https://github.com/rayaman/multi/wiki/Objects#Actors) +3. [Semi-Actors](https://github.com/rayaman/multi/wiki/Objects#Semi-Actors) +4. [Non-Actors](https://github.com/rayaman/multi/wiki/Objects#Non-Actors) +# Runners + + + + + + + + +# Actors + + + + + + + +# Semi-Actors + + + + + + + + +# Non-Actors + + + + + + + +