extends Control

# im not saving anything here yet
func save():
	return null

func loadData(_saveData):
	# initialize task bar or something if added
	pass
