摘要:
转载自:深入理解xLua基于IL代码注入的热更新原理 - iwiniwin - 博客园 (cnblogs.com) 例子: 第一步:GenerateCode:为打了Hotfix标签的方法生成对应的匹配函数 [Hotfix] public class TestXLua { public int Add 阅读全文
摘要:
--父类 local Person = { name = "XX" , age = 0 , PrintName = function(self) print("PersonName : "..self.name) end , new = function(self,name,age) obj = { 阅读全文