public void addGumballs(int count) { Console.WriteLine("Added gumballs"); gbm.addCount(count); }
public void addGumballs(int count) { Console.WriteLine("Added Gumballs"); gbm.addCount(count); gbm.setState(gbm.getState("g_nc")); }