From 76d0ffd101f7285e25d1e384ce9671810c381be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Tue, 12 Apr 2022 15:46:13 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a695c74..cca51a9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Svelto.ECS is easy to start with, but full of tricks for expert users. The harde ```csharp public class SimpleContext { - public static ExclusiveGroup group0 = new ExclusiveGroup(); //the group where the entity will be built in + //the group where the entity will be built in + public static ExclusiveGroup group0 = new ExclusiveGroup(); public SimpleContext() {