### ### global constants ### extends Object class_name GDBConstants const SETTING_RECENT_PLACES = "recent_places" const SETTING_FAVOURITE_PLACES = "favourite_places" ################ # public stuff # ################ func _init() -> void: assert(0, "This class should not be instantiated.")