14151617181920
this.bounds = bounds; } @Override public void onAdd() { addHabit(new ClickHabit(this, bounds)); }
15161718192021