Example #1
0
        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());
        }
Example #2
0
 protected override void Update()
 {
     WingPatch.StartPatch();
     orig_Update();
 }