Exemple #1
0
 private static void MineDeployerFirstPerson__Update__Postfix(MineDeployerFirstPerson __instance)
 {
     CanPlaceMine = __instance.CanWield && __instance.CheckCanPlace();
     //Instance.LogDebug($"CanPlaceMine: {CanPlaceMine}; ShowPlacementIndicator: {__instance.ShowPlacementIndicator()}");
     IgnoreWorldInteractions = false;
 }