Ruckus
05/05/2017, 3:50 PMEntityGroup should extend from EntityBase<T> so I can have both `Entity`s and `EntityGroup`s in there.mg6maciej
05/05/2017, 4:00 PMRuckus
05/05/2017, 4:05 PMBaseClass and I was hoping for more type safety. (I don't want the children of EntityGroup to take any Showable, I want to restrict it to `EntityBase`s.) Similar with ItemGroup and other [Type]Group classes.mg6maciej
05/05/2017, 4:08 PMmg6maciej
05/05/2017, 4:08 PMRuckus
05/05/2017, 4:08 PMmg6maciej
05/05/2017, 4:09 PMNothing.mg6maciej
05/05/2017, 4:12 PMclass EntityGroup : EntityBase, Group<EntityBase> by GroupImpl() or something like this.