Hey guys..
I need a little help.. How do I access to a method of another class?
// from the world class: ((Counter)getObjects(Counter.class).get(0)).add(5); // from an actor class ((Counter)getWorld().getObjects(Counter.class).get(0)).add(5);