From d289aebbb3a31e930c67c1a2ac4edc9b71d210b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Tue, 12 Apr 2022 12:47:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c3774d..23237f5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,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 + public SimpleContext() { var simpleSubmissionEntityViewScheduler = new SimpleEntitiesSubmissionScheduler();