local HeroCell = class("HeroCell", BaseCell) function HeroCell:refresh() end return HeroCell