InstantGather - Failed to compile: No overload for method 'OnKilled' takes 1 arguments | Line: 92, Pos: 22
Please fix :)
InstantGather - Failed to compile: No overload for method 'OnKilled' takes 1 arguments | Line: 92, Pos: 22
Please fix :)
tree.OnKilled(hitInfo); ⇨ tree.Kill(BaseNetworkable.DestroyMode.Gib); ore.OnKilled(hitInfo); ⇨ ore.Kill(BaseNetworkable.DestroyMode.Gib);Thanks mate! :)kencom
This worked for me, but I can't guarantee it.
tree.OnKilled(hitInfo);⇨tree.Kill(BaseNetworkable.DestroyMode.Gib);ore.OnKilled(hitInfo);⇨ore.Kill(BaseNetworkable.DestroyMode.Gib);