Exemple #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);
 }