Ejemplo n.º 1
0
 public NeverEnoughItemsPanel() : base(76f)
 {
     productionList = new VerticalScrollCustom(40f, BuildItemProduction, new Padding(0.5f));
     usageList      = new VerticalScrollCustom(40f, BuildItemUsages, new Padding(0.5f));
 }