public void Init() { water = new Holod(); potato = new Ice[10]; carrot = new Chokolate[10]; onion = new Icecream[10]; }
public void AddWater(Holod w) { if (water == null) { water = w; return; } }