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();