local CardEditor = AsuraEditor.Window.New("Card Editor", "tools/My windows/Card editor") function CardEditor.OnOpen(self) self:SetSize(200, 300) end function CardEditor.OnEvent(self, e) end return CardEditor