You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B

  1. local CommonHuCardView = require("mj.luaScript.Common.2d.CommonHuCardView")
  2. local HuCardView_2d = class("CommonHuCardView", CommonHuCardView)
  3. function HuCardView_2d:ctor(...)
  4. HuCardView_2d.super.ctor(self, ...)
  5. end
  6. return HuCardView_2d