public String GetName() { WingPatch.StartPatch(); // Do anything before. // Feel free to modify the parameters. // You can even replace the method's code entirely by ignoring the orig_ method. return(orig_GetName()); }
protected override void Update() { WingPatch.StartPatch(); orig_Update(); }