extends Button

var info = null

func getInfo():
	return info

func setInfo(value):
	info = value
	pass
