2
0

_hx_apply_self.lua 71 B

123
  1. _hx_apply_self = function(self, f, ...)
  2. return self[f](self,...)
  3. end