CreateCorpse()': no suitable method found to override

Not able to find anything in changes or not looking hard enough, trying to resolve this error in an old custom plugin

 

public override BaseCorpse CreateCorpse()
{
return null;
}

They changed the method to have a bunch of arguments now, best to decompile the game code and see what the new method looks like.

sp4DX4ZI4AysHSP.png MrBlue

They changed the method to have a bunch of arguments now, best to decompile the game code and see what the new method looks like.

Hi. Can you please tell me which decompiler you are using?

Something like dotPeek or ILSpy should work