On Monday, 13 April 2020 at 01:42:51 UTC, Leonardo wrote: > Is it possible to store different subclasses in one array? > In C#, we have this example, but how I do that in D? Did you try BaseItem[] GameItems; GameItems ~= new Weapon(); yet?