choldi
choldi
> Maybe [Fix at #78](https://github.com/CatxFish/obs-virtual-cam/issues/78#issuecomment-605386370) can fix your issue. Because Zoom App is have same thing. I think it is different. Chrome doesn't work with obs-virtualcam and I can't find...
> const PackRecord = mscorlib.class("Gaqme.Core.DatabaseSystem.HeroSheet"); > // @ts-ignore > PackRecord.method("GetData").implementation = function():Il2Cpp.Object { > const ret:Il2Cpp.Object=this.method("GetData").invoke(); > console.log("Data:", ret.ID, ret.Name); > return ret; Thanks @ralcore but I get these compile...
Thanks again @ralcore Compile right now but the funcion seems not to be called. Perhaps the implementation it is not been called because is a new implementation. The original GetData()...