/* Public flags to control certain actions, mostly for gui interaction with the simulation */ class ActionFlags { boolean centerOnFocus = false; boolean nameTags = true; }