From 7c6294bf977ebd47ee8783e8c41685c7e3c5c4da Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 22 Jun 2019 17:20:50 +0200 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..98ac056 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Coroutines +A simple implementation of Unity's Coroutines to be used for any C# project