Currently, this doesn't compile due to the second argument: ```haxe new EntityGroup().foreachEntity(function(e1:{}, ?e2:{}) {}); ``` It will throw `{ECSO} Optional entities are not supported yet`
Currently, this doesn't compile due to the second argument:
It will throw
{ECSO} Optional entities are not supported yet