From 6b664dc43bdaab92113756a42d374ed6a1c05d5c Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Mon, 20 Nov 2017 09:56:48 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f77ff4..2826650 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ With a minimal footprint, xNode is ideal as a base for custom state machines, di * No runtime reflection (unless you need to edit/build node graphs at runtime. In this case, all reflection is cached.) * Does not rely on any 3rd party plugins * Custom node inspector code is very similar to regular custom inspector code +* For a full list of features, see [this page](https://github.com/Siccity/xNode/wiki/Full-features-list) ### Node example: ```csharp