Example #1
0
 public static void Postfix(PlaceTool __instance, bool __state)
 {
     SnapBuilder.ShowToggleRotationHint(__state && __instance.rotationEnabled);
     SnapBuilder.ShowToggleFineRotationHint(__state && __instance.rotationEnabled);
     SnapBuilder.ShowHolsterHint(__state && __instance.rotationEnabled);
 }
 public static void BeginPostfix(bool __state)
 {
     SnapBuilder.ShowToggleFineRotationHint(__state && Builder.rotationEnabled);
 }