static bool Prefix(ref ModuleWheels __instance) { BuffController buff = BuffController.MakeNewIfNone(__instance.block.tank); buff.AddWheels(__instance); return(true); }