Svelto.MiniExamples
Svelto.MiniExamples copied to clipboard
Inconsistent comment
In the 6th example (the vanilla example), the comment said ID 1 but in the code an ID of 0 is created.
public class SimpleContext
{
...
//build Entity with ID 1 in group 0
entityFactory.BuildEntity<SimpleEntityDescriptor>(new EGID(0, ExclusiveGroups.group0));
cool thanks I wonder if it's a typo, I will check when possible