private static void BlockMovement() { foreach (string blockAction in BlockActions) { PlayerInputManager.BlockAction(blockAction); } }